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
,java.io.Serializable
,java.lang.Cloneable
@Entity public class DomainDsDataHistory extends DomainDsDataBase
Entity class to represent a historicDomainDsData
.- See Also:
- Serialized Form
-
-
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DomainDsDataHistory
createFrom(long domainHistoryRevisionId, DomainDsData dsData)
Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDomainDsData
instance.int
getAlgorithm()
byte[]
getDigest()
int
getDigestType()
java.lang.String
getDomainRepoId()
HistoryEntry.HistoryEntryId
getHistoryEntryId()
int
getKeyTag()
-
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 Detail
-
createFrom
public static DomainDsDataHistory createFrom(long domainHistoryRevisionId, DomainDsData dsData)
Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDomainDsData
instance.
-
getHistoryEntryId
public HistoryEntry.HistoryEntryId getHistoryEntryId()
-
getDomainRepoId
public java.lang.String 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
-
-