Class Trid

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.Trid
All Implemented Interfaces:
UnsafeSerializable, Serializable, Cloneable

@Embeddable public class Trid extends ImmutableObject implements UnsafeSerializable
"A TRID (transaction identifier) element containing the transaction identifier assigned by the server to the command for which the response is being returned. The transaction identifier is formed using the clTRID associated with the command if supplied by the client and a svTRID (server transaction identifier) that is assigned by and unique to the server."
See Also:
  • Constructor Details Link icon

    • Trid Link icon

      public Trid()
  • Method Details Link icon

    • getServerTransactionId Link icon

      public String getServerTransactionId()
    • getClientTransactionId Link icon

      public Optional<String> getClientTransactionId()
    • create Link icon

      public static Trid create(@Nullable String clientTransactionId, String serverTransactionId)