Class ServiceProviderAccessDevice.ServiceProviderAccessDeviceGetLinkedLeafDeviceListResponse

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

public static class ServiceProviderAccessDevice.ServiceProviderAccessDeviceGetLinkedLeafDeviceListResponse extends Response
Response to ServiceProviderAccessDeviceGetLinkedLeafDeviceListRequest22.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • ServiceProviderAccessDeviceGetLinkedLeafDeviceListResponse

      public ServiceProviderAccessDeviceGetLinkedLeafDeviceListResponse()
  • Method Details

    • setTreeDeviceLinkId

      public void setTreeDeviceLinkId(String treeDeviceLinkId)
    • getTreeDeviceLinkId

      public String getTreeDeviceLinkId()
    • setLeafDeviceKey

      public void setLeafDeviceKey(AccessDeviceKey... leafDeviceKey)
    • getLeafDeviceKey

      public AccessDeviceKey[] getLeafDeviceKey()
    • setSupportLinks

      public void setSupportLinks(SupportLinks22V2... supportLinks)
    • getSupportLinks

      public SupportLinks22V2[] getSupportLinks()
    • setServiceProviderAccessDevice

      public void setServiceProviderAccessDevice(ServiceProviderAccessDevice serviceProviderAccessDevice)
    • getServiceProviderAccessDevice

      public ServiceProviderAccessDevice getServiceProviderAccessDevice()
    • 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