Class CallCenter.SystemCallCenterEnhancedReportingGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CallCenter

    public static class CallCenter.SystemCallCenterEnhancedReportingGetResponse
    extends Response
    Response to SystemCallCenterEnhancedReportingGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • archiveReports

        protected Boolean archiveReports
      • reportApplicationURL

        protected String reportApplicationURL
      • repositoryApplicationURL

        protected String repositoryApplicationURL
    • Constructor Detail

      • SystemCallCenterEnhancedReportingGetResponse

        public SystemCallCenterEnhancedReportingGetResponse()
    • Method Detail

      • setArchiveReports

        public void setArchiveReports​(Boolean archiveReports)
      • getArchiveReports

        public Boolean getArchiveReports()
      • setReportApplicationURL

        public void setReportApplicationURL​(String reportApplicationURL)
      • getReportApplicationURL

        public String getReportApplicationURL()
      • setRepositoryApplicationURL

        public void setRepositoryApplicationURL​(String repositoryApplicationURL)
      • getRepositoryApplicationURL

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