Class BWSystem.SystemZoneLocationBasedPhysicalLocationGetListResponse

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

public static class BWSystem.SystemZoneLocationBasedPhysicalLocationGetListResponse extends Response
Response to SystemZoneLocationBasedPhysicalLocationGetListRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • physicalLocation

      protected String[] physicalLocation
    • zoneName

      protected String zoneName
  • Constructor Details

    • SystemZoneLocationBasedPhysicalLocationGetListResponse

      public SystemZoneLocationBasedPhysicalLocationGetListResponse()
  • Method Details

    • 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
    • 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