Class BWSystem.SystemFileGetContentResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemFileGetContentResponse
All Implemented Interfaces:
java.io.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:
Serialized Form
  • Field Details

    • fileContent

      protected java.lang.String fileContent
    • fileName

      protected java.lang.String fileName
  • Constructor Details

  • Method Details

    • setFileContent

      public void setFileContent​(java.lang.String fileContent)
    • getFileContent

      public java.lang.String getFileContent()
    • setFileName

      public void setFileName​(java.lang.String fileName)
    • getFileName

      public java.lang.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​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object