Class GroupAccessDevice.GroupAccessDeviceFileGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    GroupAccessDevice

    public static class GroupAccessDevice.GroupAccessDeviceFileGetResponse
    extends Response
    Response to GroupAccessDeviceFileGetRequest20.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupAccessDeviceFileGetResponse

        public GroupAccessDeviceFileGetResponse()
    • Method Detail

      • setConfigurationFileName

        public void setConfigurationFileName​(String configurationFileName)
      • getConfigurationFileName

        public String getConfigurationFileName()
      • setAccessUrl

        public void setAccessUrl​(String accessUrl)
      • getAccessUrl

        public String getAccessUrl()
      • setRepositoryUrl

        public void setRepositoryUrl​(String repositoryUrl)
      • getRepositoryUrl

        public String getRepositoryUrl()
      • setTemplateUrl

        public void setTemplateUrl​(String templateUrl)
      • getTemplateUrl

        public String getTemplateUrl()
      • setExtendedCaptureEnabled

        public void setExtendedCaptureEnabled​(Boolean extendedCaptureEnabled)
      • getExtendedCaptureEnabled

        public Boolean getExtendedCaptureEnabled()
      • setExtendedCaptureURL

        public void setExtendedCaptureURL​(String extendedCaptureURL)
      • getExtendedCaptureURL

        public String getExtendedCaptureURL()
      • setGroupAccessDevice

        public void setGroupAccessDevice​(GroupAccessDevice groupAccessDevice)
      • 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