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 implements UnsafeSerializable
Entity class to represent a historicDelegationSignerData
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, 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, DelegationSignerData dsData)
Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDelegationSignerData
instance.int
getAlgorithm()
byte[]
getDigest()
int
getDigestType()
DomainHistory.DomainHistoryId
getDomainHistoryId()
java.lang.String
getDomainRepoId()
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, DelegationSignerData dsData)
Creates aDomainDsDataHistory
instance from givendomainHistoryRevisionId
andDelegationSignerData
instance.
-
getDomainHistoryId
public DomainHistory.DomainHistoryId getDomainHistoryId()
-
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
-
-