Class TransactionReference
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.TransactionReference
-
public class TransactionReference extends java.lang.Object
The response payload for the SubmitShipmentConfirmations operation.
-
-
Constructor Summary
Constructors Constructor Description TransactionReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getTransactionId()
GUID assigned by Buyer to identify this transaction.int
hashCode()
void
setTransactionId(java.lang.String transactionId)
java.lang.String
toString()
TransactionReference
transactionId(java.lang.String transactionId)
-
-
-
Method Detail
-
transactionId
public TransactionReference transactionId(java.lang.String transactionId)
-
getTransactionId
public java.lang.String getTransactionId()
GUID assigned by Buyer to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction.- Returns:
- transactionId
-
setTransactionId
public void setTransactionId(java.lang.String transactionId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-