public class DeleteErrorTransactionResponseModel
extends java.lang.Object
Constructor and Description |
---|
DeleteErrorTransactionResponseModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentCode()
Getter for documentCode
The internal reference code (used by the client application) of the error transaction
|
DocumentType |
getDocumentType()
Getter for documentType
Type of transaction of the error transaction
|
AvataxDeleteErrorTransactionStatus |
getResult()
Getter for result
Result of the deletion
|
void |
setDocumentCode(java.lang.String value)
Setter for documentCode
The internal reference code (used by the client application) of the error transaction
|
void |
setDocumentType(DocumentType value)
Setter for documentType
Type of transaction of the error transaction
|
void |
setResult(AvataxDeleteErrorTransactionStatus value)
Setter for result
Result of the deletion
|
java.lang.String |
toString()
Returns a JSON string representation of DeleteErrorTransactionResponseModel
|
public AvataxDeleteErrorTransactionStatus getResult()
public void setResult(AvataxDeleteErrorTransactionStatus 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