Package google.registry.model.console
Class ConsoleUpdateHistory
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.console.ConsoleUpdateHistory
- 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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ConsoleUpdateHistory.Builder<T extends ConsoleUpdateHistory,
B extends ConsoleUpdateHistory.Builder<?, ?>> Builder for the immutable ConsoleUpdateHistory.static enum
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
Nested classes/interfaces inherited from interface google.registry.model.Buildable
Buildable.GenericBuilder<S,
B extends Buildable.GenericBuilder<?, ?>>, Buildable.Overlayable<T> -
Field Summary
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ConsoleUpdateHistory.Builder
<? extends ConsoleUpdateHistory, ?> org.joda.time.DateTime
long
getType()
getUrl()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Field Details
-
revisionId
Autogenerated ID of this event.
-
-
Constructor Details
-
ConsoleUpdateHistory
public ConsoleUpdateHistory()
-
-
Method Details