Package google.registry.model.reporting
Class HistoryEntry.HistoryEntryId
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.reporting.HistoryEntry.HistoryEntryId
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
- Enclosing class:
HistoryEntry
@Embeddable
public static class HistoryEntry.HistoryEntryId
extends ImmutableObject
implements UnsafeSerializable
Class to represent the composite primary key of a
HistoryEntry
.- 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the[domain|contact|host]_repo_id
of theHistoryEntry
.long
Returns thehistory_revision_id
of theHistoryEntry
.Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
HistoryEntryId
protected HistoryEntryId() -
HistoryEntryId
-
-
Method Details
-
getRevisionId
public long getRevisionId()Returns thehistory_revision_id
of theHistoryEntry
. -
getRepoId
Returns the[domain|contact|host]_repo_id
of theHistoryEntry
.
-