public class CommitMultiDocumentModel
extends java.lang.Object
Constructor and Description |
---|
CommitMultiDocumentModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
Represents the unique code of this MultiDocument transaction.
|
java.lang.Boolean |
getCommit()
Getter for commit
Set this value to be `true` to commit this transaction.
|
DocumentType |
getType()
Getter for type
Represents the document type of this MultiDocument transaction.
|
void |
setCode(java.lang.String value)
Setter for code
Represents the unique code of this MultiDocument transaction.
|
void |
setCommit(java.lang.Boolean value)
Setter for commit
Set this value to be `true` to commit this transaction.
|
void |
setType(DocumentType value)
Setter for type
Represents the document type of this MultiDocument transaction.
|
java.lang.String |
toString()
Returns a JSON string representation of CommitMultiDocumentModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public DocumentType getType()
public void setType(DocumentType value)
public java.lang.Boolean getCommit()
public void setCommit(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object