Class BWSystem.SystemFileGetContentResponse

All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemFileGetContentResponse extends Response
Response to a SystemFileGetContentRequest. The fileContent length returned is limited to 128KBytes.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • fileContent

      protected String fileContent
    • fileName

      protected String fileName
  • Constructor Details

    • SystemFileGetContentResponse

      public SystemFileGetContentResponse()
  • Method Details

    • setFileContent

      public void setFileContent(String fileContent)
    • getFileContent

      public String getFileContent()
    • setFileName

      public void setFileName(String fileName)
    • getFileName

      public String getFileName()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object