Package google.registry.model.eppcommon
Class Trid
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.Trid
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
"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:
-
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
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Trid
public Trid()
-
-
Method Details
-
getServerTransactionId
-
getClientTransactionId
-
create
-