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