Class BWSystem.SystemZoneNetAddressGetListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemZoneNetAddressGetListResponse
    extends Response
    Response to SystemZoneNetAddressGetListRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • netAddress

        protected String[] netAddress
      • zoneName

        protected String zoneName
    • Constructor Detail

      • SystemZoneNetAddressGetListResponse

        public SystemZoneNetAddressGetListResponse()
    • Method Detail

      • setNetAddress

        public void setNetAddress​(String... netAddress)
      • getNetAddress

        public String[] getNetAddress()
      • setNetAddressRange

        public void setNetAddressRange​(IPAddressRange... netAddressRange)
      • setZoneName

        public void setZoneName​(String zoneName)
      • getZoneName

        public String getZoneName()
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object