Class ServiceProviderAccessDevice.ServiceProviderVisualDeviceManagementGetDeviceInfoResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ServiceProviderAccessDevice

    public static class ServiceProviderAccessDevice.ServiceProviderVisualDeviceManagementGetDeviceInfoResponse
    extends Response
    Response to ServiceProviderVisualDeviceManagementGetDeviceInfoRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • deviceType

        protected String deviceType
      • supportVisualDeviceManagement

        protected Boolean supportVisualDeviceManagement
      • macAddress

        protected String macAddress
      • deviceName

        protected String deviceName
    • Constructor Detail

      • ServiceProviderVisualDeviceManagementGetDeviceInfoResponse

        public ServiceProviderVisualDeviceManagementGetDeviceInfoResponse()
    • Method Detail

      • setDeviceType

        public void setDeviceType​(String deviceType)
      • getDeviceType

        public String getDeviceType()
      • setSupportVisualDeviceManagement

        public void setSupportVisualDeviceManagement​(Boolean supportVisualDeviceManagement)
      • getSupportVisualDeviceManagement

        public Boolean getSupportVisualDeviceManagement()
      • setMacAddress

        public void setMacAddress​(String macAddress)
      • getMacAddress

        public String getMacAddress()
      • setPrimaryUser

        public void setPrimaryUser​(PrimaryUserInfo primaryUser)
      • setServiceProvider

        public void setServiceProvider​(ServiceProvider serviceProvider)
      • setDeviceName

        public void setDeviceName​(String deviceName)
      • getDeviceName

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