Package google.registry.model.smd
Class SignedMark
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.smd.SignedMark
- All Implemented Interfaces:
AbstractSignedMark
,Cloneable
Represents an XML fragment that is digitally signed by the TMCH to prove ownership over a mark.
-
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
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
SignedMark
public SignedMark()
-
-
Method Details
-
getId
-
getCreationTime
public org.joda.time.DateTime getCreationTime() -
getExpirationTime
public org.joda.time.DateTime getExpirationTime() -
getMark
-
hasSignature
public boolean hasSignature()
-