Class DomainDsDataBase
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.DomainDsDataBase
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
- Direct Known Subclasses:
DomainDsData
,DomainDsDataHistory
@MappedSuperclass
public abstract class DomainDsDataBase
extends ImmutableObject
implements UnsafeSerializable
Base class for
DomainDsData
and DomainDsDataHistory
.- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
byte[]
int
int
toRrData()
Returns the presentation format of this DS record.Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
DomainDsDataBase
public DomainDsDataBase()
-
-
Method Details
-
getDomainRepoId
-
getKeyTag
public int getKeyTag() -
getAlgorithm
public int getAlgorithm() -
getDigestType
public int getDigestType() -
getDigest
public byte[] getDigest() -
getDigestAsString
-
toRrData
Returns the presentation format of this DS record.- See Also:
-