public class CommitTransactionModel
extends java.lang.Object
| Constructor and Description |
|---|
CommitTransactionModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCommit()
Getter for commit
Set this value to be `true` to commit this transaction.
|
void |
setCommit(java.lang.Boolean value)
Setter for commit
Set this value to be `true` to commit this transaction.
|
java.lang.String |
toString()
Returns a JSON string representation of CommitTransactionModel
|
public java.lang.Boolean getCommit()
public void setCommit(java.lang.Boolean value)
public java.lang.String toString()
toString in class java.lang.Object