Class BWSystem.SystemZoneGetListResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemZoneGetListResponse
    extends Response
    Response to the SystemZoneGetListRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • zoneName

        protected String[] zoneName
    • Constructor Detail

      • SystemZoneGetListResponse

        public SystemZoneGetListResponse()
    • Method Detail

      • 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