public final class TransactionalState extends java.lang.Object implements DeliveryState
DeliveryState.DeliveryStateType| Constructor and Description |
|---|
TransactionalState() |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
getOutcome() |
Binary |
getTxnId() |
DeliveryState.DeliveryStateType |
getType() |
void |
setOutcome(Outcome outcome) |
void |
setTxnId(Binary txnId) |
java.lang.String |
toString() |
public Binary getTxnId()
public void setTxnId(Binary txnId)
public Outcome getOutcome()
public void setOutcome(Outcome outcome)
public java.lang.String toString()
toString in class java.lang.Objectpublic DeliveryState.DeliveryStateType getType()
getType in interface DeliveryStateDeliveryState.DeliveryStateType that this instance represents.