Package google.registry.model.eppinput
Class EppInput.CommandWrapper
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppinput.EppInput.CommandWrapper
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
EppInput.Hello
- Enclosing class:
EppInput
The "command" element that holds an actual command inside of it.
-
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
Modifier and TypeMethodDescriptionReturns the client transaction ID.com.google.common.collect.ImmutableList
<EppInput.CommandExtension> Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
CommandWrapper
public CommandWrapper()
-
-
Method Details
-
getClTrid
Returns the client transaction ID.This is optional (i.e. it may not be specified) per RFC 5730.
-
getCommand
-
getExtensions
-