Class FaxMessaging.SystemFaxMessagingGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FaxMessaging

    public static class FaxMessaging.SystemFaxMessagingGetResponse
    extends Response
    Response to SystemFAXMessagingGetRequest. The following elements are only used in AS data mode: statusDurationHours statusAuditIntervalHours
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • statusDurationHours

        protected Integer statusDurationHours
      • statusAuditIntervalHours

        protected Integer statusAuditIntervalHours
      • maximumConcurrentFaxesPerUser

        protected Integer maximumConcurrentFaxesPerUser
    • Constructor Detail

      • SystemFaxMessagingGetResponse

        public SystemFaxMessagingGetResponse()
    • Method Detail

      • setStatusDurationHours

        public void setStatusDurationHours​(Integer statusDurationHours)
      • getStatusDurationHours

        public Integer getStatusDurationHours()
      • setStatusAuditIntervalHours

        public void setStatusAuditIntervalHours​(Integer statusAuditIntervalHours)
      • getStatusAuditIntervalHours

        public Integer getStatusAuditIntervalHours()
      • setMaximumConcurrentFaxesPerUser

        public void setMaximumConcurrentFaxesPerUser​(Integer maximumConcurrentFaxesPerUser)
      • getMaximumConcurrentFaxesPerUser

        public Integer getMaximumConcurrentFaxesPerUser()
      • 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