Package google.registry.model.domain
Class DomainCommand.Update.Change
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.DomainCommand.DomainCreateOrChange<Domain.Builder>
google.registry.model.domain.DomainCommand.Update.Change
- All Implemented Interfaces:
ResourceCommand.ResourceCreateOrChange<Domain.Builder>
,Cloneable
- Enclosing class:
DomainCommand.Update
public static class DomainCommand.Update.Change
extends DomainCommand.DomainCreateOrChange<Domain.Builder>
The inner change type on a domain update command.
-
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
Methods inherited from class google.registry.model.domain.DomainCommand.DomainCreateOrChange
getAuthInfo, getRegistrant, getRegistrantContactId
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Change
public Change()
-