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:
  • Constructor Details

    • HistoryEntryId

      protected HistoryEntryId()
    • HistoryEntryId

      public HistoryEntryId(String repoId, long revisionId)
  • Method Details

    • getRevisionId

      public long getRevisionId()
      Returns the history_revision_id of the HistoryEntry.
    • getRepoId

      public String getRepoId()
      Returns the [domain|contact|host]_repo_id of the HistoryEntry.