Class BWSystem.SystemAliasGetListResponse

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

public static class BWSystem.SystemAliasGetListResponse
extends Response
Response to SystemAliasGetListRequest. Contains the list of all network alias' for the Application Server.
Author:
AlpacaGenerator
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • setAliasNetAddress

      public void setAliasNetAddress​(java.lang.String... aliasNetAddress)
    • getAliasNetAddress

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