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

public static class EppInput.CommandWrapper extends ImmutableObject
The "command" element that holds an actual command inside of it.
  • Constructor Details

    • CommandWrapper

      public CommandWrapper()
  • Method Details

    • getClTrid

      public Optional<String> getClTrid()
      Returns the client transaction ID.

      This is optional (i.e. it may not be specified) per RFC 5730.

    • getCommand

      public EppInput.InnerCommand getCommand()
    • getExtensions

      public com.google.common.collect.ImmutableList<EppInput.CommandExtension> getExtensions()