Class ResourceFileUploadResultModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ResourceFileUploadResultModel
-
public class ResourceFileUploadResultModel extends java.lang.ObjectEncapsulates the result of uploading a file to the resource system
-
-
Constructor Summary
Constructors Constructor Description ResourceFileUploadResultModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAaa_success()Getter for aaa_success True if the upload request succeeded.java.lang.StringgetMessage()Getter for message If the request failed, this contains a description of the error.java.lang.LonggetResourceFileId()Getter for resourceFileId If the request succeeded, this is the ID number of the file.voidsetAaa_success(java.lang.Boolean value)Setter for aaa_success True if the upload request succeeded.voidsetMessage(java.lang.String value)Setter for message If the request failed, this contains a description of the error.voidsetResourceFileId(java.lang.Long value)Setter for resourceFileId If the request succeeded, this is the ID number of the file.java.lang.StringtoString()Returns a JSON string representation of ResourceFileUploadResultModel
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Getter for message If the request failed, this contains a description of the error.
-
setMessage
public void setMessage(java.lang.String value)
Setter for message If the request failed, this contains a description of the error.
-
getResourceFileId
public java.lang.Long getResourceFileId()
Getter for resourceFileId If the request succeeded, this is the ID number of the file.
-
setResourceFileId
public void setResourceFileId(java.lang.Long value)
Setter for resourceFileId If the request succeeded, this is the ID number of the file.
-
getAaa_success
public java.lang.Boolean getAaa_success()
Getter for aaa_success True if the upload request succeeded.
-
setAaa_success
public void setAaa_success(java.lang.Boolean value)
Setter for aaa_success True if the upload request succeeded.
-
toString
public java.lang.String toString()
Returns a JSON string representation of ResourceFileUploadResultModel- Overrides:
toStringin classjava.lang.Object
-
-