Package google.registry.model.rde
Class RdeRevision.RdeRevisionId
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.rde.RdeRevision.RdeRevisionId
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
RdeRevision
Class to represent the composite primary key of
RdeRevision
entity.- 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
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Method Details
-
create
public static RdeRevision.RdeRevisionId create(String tld, org.joda.time.LocalDate date, RdeMode mode)
-