Class FileContentResult

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

public class FileContentResult
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FileContentResult()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getContentType()
    Getter for contentType -
    java.lang.String getFileContents()
    Getter for fileContents -
    java.lang.String getFileDownloadName()
    Getter for fileDownloadName -
    void setContentType​(java.lang.String contentType)
    Setter for contentType -
    void setFileContents​(java.lang.String fileContents)
    Setter for fileContents -
    void setFileDownloadName​(java.lang.String fileDownloadName)
    Setter for fileDownloadName -
    java.lang.String toString()
    Returns a JSON string representation of FileContentResult.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getFileContents

      public java.lang.String getFileContents()
      Getter for fileContents -
    • setFileContents

      public void setFileContents​(java.lang.String fileContents)
      Setter for fileContents -
    • getContentType

      public java.lang.String getContentType()
      Getter for contentType -
    • setContentType

      public void setContentType​(java.lang.String contentType)
      Setter for contentType -
    • getFileDownloadName

      public java.lang.String getFileDownloadName()
      Getter for fileDownloadName -
    • setFileDownloadName

      public void setFileDownloadName​(java.lang.String fileDownloadName)
      Setter for fileDownloadName -
    • toString

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