Package google.registry.model.registrar
Class RegistrarPoc.RegistrarPocId
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.registrar.RegistrarPoc.RegistrarPocId
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- RegistrarPoc
public static class RegistrarPoc.RegistrarPocId extends ImmutableObject implements java.io.Serializable
Class to represent the composite primary key forRegistrarPoc
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
-
-
Constructor Summary
Constructors Constructor Description RegistrarPocId(java.lang.String emailAddress, java.lang.String registrarId)
-
Method Summary
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-