Class BWSystem.SystemHomeNetworkGetListResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemHomeNetworkGetListResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemHomeNetworkGetListResponse
extends Response
Response to the SystemHomeNetworkGetListRequest.
Author:
AlpacaGenerator
See Also:
Serialized Form
  • Field Details

    • mscAddress

      protected java.lang.String[] mscAddress
  • Constructor Details

  • Method Details

    • setMscAddress

      public void setMscAddress​(java.lang.String... mscAddress)
    • getMscAddress

      public java.lang.String[] getMscAddress()
    • 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