Class BWSystem.SystemZoneCallingZonePhysicalLocationGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

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

      • physicalLocation

        protected String physicalLocation
      • zoneName

        protected String zoneName
    • Constructor Detail

      • SystemZoneCallingZonePhysicalLocationGetResponse

        public SystemZoneCallingZonePhysicalLocationGetResponse()
    • Method Detail

      • setPhysicalLocation

        public void setPhysicalLocation​(String physicalLocation)
      • getPhysicalLocation

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