Class ServiceProviderAccessDevice.ServiceProviderAccessDeviceDeviceActivationGetResponse

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

public static class ServiceProviderAccessDevice.ServiceProviderAccessDeviceDeviceActivationGetResponse extends Response
Response to ServiceProviderAccessDeviceDeviceActivationGetRequest. The response contains the activation code (if available), the expiry time (if available) and the activation state. The expiryTime is represented as a timestamp, i.e. the number of milliseconds since January 1, 1970, 00:00:00 GMT.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • ServiceProviderAccessDeviceDeviceActivationGetResponse

      public ServiceProviderAccessDeviceDeviceActivationGetResponse()
  • Method Details

    • setActivationCode

      public void setActivationCode(String activationCode)
    • getActivationCode

      public String getActivationCode()
    • setExpiryTime

      public void setExpiryTime(Long expiryTime)
    • getExpiryTime

      public Long getExpiryTime()
    • setActivationState

      public void setActivationState(DeviceActivationState activationState)
    • getActivationState

      public DeviceActivationState getActivationState()
    • 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