Package google.registry.model.eppinput
Class ResourceCommand.AbstractSingleResourceCommand
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppinput.ResourceCommand.AbstractSingleResourceCommand
- All Implemented Interfaces:
ResourceCommand
,ResourceCommand.SingleResourceCommand
,Cloneable
- Direct Known Subclasses:
ContactCommand.AbstractContactAuthCommand
,ContactCommand.Delete
,DomainCommand.Delete
,DomainCommand.Renew
,DomainCommand.Transfer
,HostCommand.Create
,HostCommand.Delete
,HostCommand.Info
,HostCommand.Update.Change
,ResourceCommand.ResourceUpdate
- Enclosing interface:
ResourceCommand
public abstract static class ResourceCommand.AbstractSingleResourceCommand
extends ImmutableObject
implements ResourceCommand.SingleResourceCommand
Abstract implementation of
ResourceCommand
.-
Nested Class Summary
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
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
AbstractSingleResourceCommand
public AbstractSingleResourceCommand()
-
-
Method Details
-
getTargetId
- Specified by:
getTargetId
in interfaceResourceCommand.SingleResourceCommand
-
getAuthInfo
- Specified by:
getAuthInfo
in interfaceResourceCommand.SingleResourceCommand
-