Class FileContentResult


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • FileContentResult

        public FileContentResult()
    • Method Detail

      • 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