Class BWSystem.SystemAliasGetListResponse

All Implemented Interfaces:
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:
  • Field Details

    • aliasNetAddress

      protected String[] aliasNetAddress
  • Constructor Details

    • SystemAliasGetListResponse

      public SystemAliasGetListResponse()
  • Method Details

    • setAliasNetAddress

      public void setAliasNetAddress(String... aliasNetAddress)
    • getAliasNetAddress

      public 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(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