Class GroupAccessDevice.GroupAccessDeviceAvailablePortGetListResponse

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

public static class GroupAccessDevice.GroupAccessDeviceAvailablePortGetListResponse extends Response
Response to GroupAccessDeviceAvailablePortGetListRequest. Contains a list of available ports in a device using static mode. The list is empty in case the device is using dynamic mode.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • portNumber

      protected Integer[] portNumber
    • group

      protected transient Group group
    • accessDevice

      protected AccessDevice accessDevice
  • Constructor Details

    • GroupAccessDeviceAvailablePortGetListResponse

      public GroupAccessDeviceAvailablePortGetListResponse()
  • Method Details

    • setPortNumber

      public void setPortNumber(Integer... portNumber)
    • getPortNumber

      public Integer[] getPortNumber()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • setAccessDevice

      public void setAccessDevice(AccessDevice accessDevice)
    • getAccessDevice

      public AccessDevice getAccessDevice()
    • 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