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
,java.lang.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 ofResourceCommand
.
-
-
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
Constructors Constructor Description AbstractSingleResourceCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthInfo
getAuthInfo()
java.lang.String
getTargetId()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getTargetId
public java.lang.String getTargetId()
- Specified by:
getTargetId
in interfaceResourceCommand.SingleResourceCommand
-
getAuthInfo
public AuthInfo getAuthInfo()
- Specified by:
getAuthInfo
in interfaceResourceCommand.SingleResourceCommand
-
-