Class FileContentResult

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

public class FileContentResult extends Object
  • Constructor Details

    • FileContentResult

      public FileContentResult()
  • Method Details

    • getFileContents

      public String getFileContents()
      Getter for fileContents -
    • setFileContents

      public void setFileContents(String fileContents)
      Setter for fileContents -
    • getContentType

      public String getContentType()
      Getter for contentType -
    • setContentType

      public void setContentType(String contentType)
      Setter for contentType -
    • getFileDownloadName

      public String getFileDownloadName()
      Getter for fileDownloadName -
    • setFileDownloadName

      public void setFileDownloadName(String fileDownloadName)
      Setter for fileDownloadName -
    • toString

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