Package google.registry.model.contact
Class ContactHistory.ContactHistoryId
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.contact.ContactHistory.ContactHistoryId
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- ContactHistory
public static class ContactHistory.ContactHistoryId extends ImmutableObject implements java.io.Serializable
Class to represent the composite primary key ofContactHistory
entity.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description ContactHistoryId(java.lang.String contactRepoId, long id)
-
Method Summary
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-