Class ResourceFileUploadResultModel
java.lang.Object
net.avalara.avatax.rest.client.models.ResourceFileUploadResultModel
Encapsulates the result of uploading a file to the resource system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for aaa_success True if the upload request succeeded.Getter for message If the request failed, this contains a description of the error.Getter for resourceFileId If the request succeeded, this is the ID number of the file.void
setAaa_success
(Boolean value) Setter for aaa_success True if the upload request succeeded.void
setMessage
(String value) Setter for message If the request failed, this contains a description of the error.void
setResourceFileId
(Long value) Setter for resourceFileId If the request succeeded, this is the ID number of the file.toString()
Returns a JSON string representation of ResourceFileUploadResultModel
-
Constructor Details
-
ResourceFileUploadResultModel
public ResourceFileUploadResultModel()
-
-
Method Details
-
getMessage
Getter for message If the request failed, this contains a description of the error. -
setMessage
Setter for message If the request failed, this contains a description of the error. -
getResourceFileId
Getter for resourceFileId If the request succeeded, this is the ID number of the file. -
setResourceFileId
Setter for resourceFileId If the request succeeded, this is the ID number of the file. -
getAaa_success
Getter for aaa_success True if the upload request succeeded. -
setAaa_success
Setter for aaa_success True if the upload request succeeded. -
toString
Returns a JSON string representation of ResourceFileUploadResultModel
-