Class ConsoleUpdateHistory

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.console.ConsoleUpdateHistory
All Implemented Interfaces:
Buildable, Cloneable
Direct Known Subclasses:
ConsoleEppActionHistory, RegistrarPocUpdateHistory, RegistrarUpdateHistory, UserUpdateHistory

@MappedSuperclass public abstract class ConsoleUpdateHistory extends ImmutableObject implements Buildable
A record of a resource that was updated through the console.

This abstract class has several subclasses that (mostly) include the modified resource itself so that the entire object history is persisted to SQL.

  • Field Details

    • revisionId

      protected Long revisionId
      Autogenerated ID of this event.
  • Constructor Details

    • ConsoleUpdateHistory

      public ConsoleUpdateHistory()
  • Method Details