Class FaxMessaging.SystemFaxMessagingGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.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:
  • Field Details

    • statusDurationHours

      protected Integer statusDurationHours
    • statusAuditIntervalHours

      protected Integer statusAuditIntervalHours
    • maximumConcurrentFaxesPerUser

      protected Integer maximumConcurrentFaxesPerUser
  • Constructor Details

    • SystemFaxMessagingGetResponse

      public SystemFaxMessagingGetResponse()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object