Class User.UserAccessDeviceFileGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    User

    public static class User.UserAccessDeviceFileGetResponse
    extends Response
    Response to UserAccessDeviceFileGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • UserAccessDeviceFileGetResponse

        public UserAccessDeviceFileGetResponse()
    • Method Detail

      • setTemplateUrl

        public void setTemplateUrl​(String templateUrl)
      • getTemplateUrl

        public String getTemplateUrl()
      • setAccessDevice

        public void setAccessDevice​(AccessDevice accessDevice)
      • setFileFormat

        public void setFileFormat​(String fileFormat)
      • getFileFormat

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