public class ErrorTransactionOutputModel
extends java.lang.Object
Constructor and Description |
---|
ErrorTransactionOutputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvataxCreateTransactionJson()
Getter for avataxCreateTransactionJson
The full JSON of the transaction creation request
|
java.lang.String |
getAvataxErrorJson()
Getter for avataxErrorJson
The full JSON of the error result from transaction creation
|
java.lang.String |
getDatasource()
Getter for datasource
The datasource instance that made the transaction creation call
|
java.lang.String |
getDocumentCode()
Getter for documentCode
The internal reference code (used by the client application) of the error transaction
|
java.util.Date |
getDocumentDate()
Getter for documentDate
The date of the document
|
DocumentType |
getDocumentType()
Getter for documentType
Type of transaction of the error transaction
|
ErrorCodeId |
getErrorCode()
Getter for errorCode
Error code of the error result from transaction creation
|
java.lang.String |
getErrorMessage()
Getter for errorMessage
Error message of the error result from transaction creation
|
void |
setAvataxCreateTransactionJson(java.lang.String value)
Setter for avataxCreateTransactionJson
The full JSON of the transaction creation request
|
void |
setAvataxErrorJson(java.lang.String value)
Setter for avataxErrorJson
The full JSON of the error result from transaction creation
|
void |
setDatasource(java.lang.String value)
Setter for datasource
The datasource instance that made the transaction creation call
|
void |
setDocumentCode(java.lang.String value)
Setter for documentCode
The internal reference code (used by the client application) of the error transaction
|
void |
setDocumentDate(java.util.Date value)
Setter for documentDate
The date of the document
|
void |
setDocumentType(DocumentType value)
Setter for documentType
Type of transaction of the error transaction
|
void |
setErrorCode(ErrorCodeId value)
Setter for errorCode
Error code of the error result from transaction creation
|
void |
setErrorMessage(java.lang.String value)
Setter for errorMessage
Error message of the error result from transaction creation
|
java.lang.String |
toString()
Returns a JSON string representation of ErrorTransactionOutputModel
|
public ErrorCodeId getErrorCode()
public void setErrorCode(ErrorCodeId value)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String value)
public java.lang.String getAvataxErrorJson()
public void setAvataxErrorJson(java.lang.String value)
public java.lang.String getAvataxCreateTransactionJson()
public void setAvataxCreateTransactionJson(java.lang.String value)
public java.lang.String getDatasource()
public void setDatasource(java.lang.String value)
public java.util.Date getDocumentDate()
public void setDocumentDate(java.util.Date value)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType value)
public java.lang.String getDocumentCode()
public void setDocumentCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object