Package io.gs2.script.model
Class Transaction
java.lang.Object
io.gs2.script.model.Transaction
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TransactionfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetAcquireActions(List<AcquireAction> acquireActions) voidsetConsumeActions(List<ConsumeAction> consumeActions) voidsetTransactionId(String transactionId) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireActions(List<AcquireAction> acquireActions) withConsumeActions(List<ConsumeAction> consumeActions) withTransactionId(String transactionId)
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getConsumeActions
-
setConsumeActions
-
withConsumeActions
-
getAcquireActions
-
setAcquireActions
-
withAcquireActions
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-