Class DomainDsDataHistory
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.DomainDsDataBase
google.registry.model.domain.secdns.DomainDsDataHistory
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
Entity class to represent a historic
DomainDsData
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
Field Summary
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Method Summary
Modifier and TypeMethodDescriptionstatic DomainDsDataHistory
createFrom
(long domainHistoryRevisionId, DomainDsData dsData) Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDomainDsData
instance.int
byte[]
int
int
Methods inherited from class google.registry.model.domain.secdns.DomainDsDataBase
getDigestAsString, toRrData
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Method Details
-
createFrom
Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDomainDsData
instance. -
getHistoryEntryId
-
getDomainRepoId
- Overrides:
getDomainRepoId
in classDomainDsDataBase
-
getKeyTag
public int getKeyTag()- Overrides:
getKeyTag
in classDomainDsDataBase
-
getAlgorithm
public int getAlgorithm()- Overrides:
getAlgorithm
in classDomainDsDataBase
-
getDigestType
public int getDigestType()- Overrides:
getDigestType
in classDomainDsDataBase
-
getDigest
public byte[] getDigest()- Overrides:
getDigest
in classDomainDsDataBase
-