Class ResourceFileUploadResultModel

java.lang.Object
net.avalara.avatax.rest.client.models.ResourceFileUploadResultModel

public class ResourceFileUploadResultModel extends Object
Encapsulates the result of uploading a file to the resource system
  • Constructor Details

    • ResourceFileUploadResultModel

      public ResourceFileUploadResultModel()
  • Method Details

    • getMessage

      public String getMessage()
      Getter for message If the request failed, this contains a description of the error.
    • setMessage

      public void setMessage(String value)
      Setter for message If the request failed, this contains a description of the error.
    • getResourceFileId

      public Long getResourceFileId()
      Getter for resourceFileId If the request succeeded, this is the ID number of the file.
    • setResourceFileId

      public void setResourceFileId(Long value)
      Setter for resourceFileId If the request succeeded, this is the ID number of the file.
    • getAaa_success

      public Boolean getAaa_success()
      Getter for aaa_success True if the upload request succeeded.
    • setAaa_success

      public void setAaa_success(Boolean value)
      Setter for aaa_success True if the upload request succeeded.
    • toString

      public String toString()
      Returns a JSON string representation of ResourceFileUploadResultModel
      Overrides:
      toString in class Object