Package google.registry.model.domain
Class DomainCommand.Info
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.DomainCommand.Info
- All Implemented Interfaces:
ResourceCommand
,ResourceCommand.SingleResourceCommand
,Cloneable
- Enclosing class:
DomainCommand
public static class DomainCommand.Info
extends ImmutableObject
implements ResourceCommand.SingleResourceCommand
An info request for a
Domain
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum of the possible values for the "hosts" attribute in info flows.static class
Info commands use a variant syntax where the name tag has a "hosts" attribute.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
Modifier and TypeMethodDescriptionGet the enum that specifies the requested hosts (applies only to info flows).Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Info
public Info()
-
-
Method Details
-
getHostsRequest
Get the enum that specifies the requested hosts (applies only to info flows). -
getTargetId
- Specified by:
getTargetId
in interfaceResourceCommand.SingleResourceCommand
-
getAuthInfo
- Specified by:
getAuthInfo
in interfaceResourceCommand.SingleResourceCommand
-