Package google.registry.model.host
Class HostCommand.Update
- All Implemented Interfaces:
ResourceCommand
,ResourceCommand.SingleResourceCommand
,Cloneable
- Enclosing class:
HostCommand
public static class HostCommand.Update
extends ResourceCommand.ResourceUpdate<HostCommand.Update.AddRemove,Host.Builder,HostCommand.Update.Change>
An update to a
Host
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The add/remove type on a host update command.static class
The inner change type on a host update command.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.eppinput.ResourceCommand
ResourceCommand.AbstractSingleResourceCommand, ResourceCommand.ResourceCheck, ResourceCommand.ResourceCreateOrChange<B extends Buildable.Builder<?>>, ResourceCommand.ResourceUpdate<A extends ResourceCommand.ResourceUpdate.AddRemove,
B extends EppResource.Builder<?, ?>, C extends ResourceCommand.ResourceCreateOrChange<B>>, ResourceCommand.SingleResourceCommand -
Field Summary
Modifier and TypeFieldDescriptionprotected HostCommand.Update.AddRemove
protected HostCommand.Update.Change
protected HostCommand.Update.AddRemove
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected HostCommand.Update.AddRemove
protected HostCommand.Update.Change
protected HostCommand.Update.AddRemove
Methods inherited from class google.registry.model.eppinput.ResourceCommand.ResourceUpdate
getInnerAdd, getInnerChange, getInnerRemove
Methods inherited from class google.registry.model.eppinput.ResourceCommand.AbstractSingleResourceCommand
getAuthInfo, getTargetId
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Field Details
-
innerChange
-
innerAdd
-
innerRemove
-
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getNullableInnerChange
-
getNullableInnerAdd
-
getNullableInnerRemove
-