Class AutomaticCallback.SystemAutomaticCallbackGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.AutomaticCallback.SystemAutomaticCallbackGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
AutomaticCallback

public static class AutomaticCallback.SystemAutomaticCallbackGetResponse extends Response
Response to SystemAutomaticCallbackGetRequest17.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • monitorMinutes

      protected Integer monitorMinutes
    • maxMonitorsPerOriginator

      protected Integer maxMonitorsPerOriginator
    • maxCallbackRings

      protected Integer maxCallbackRings
    • maxMonitorsPerTerminator

      protected Integer maxMonitorsPerTerminator
    • terminatorIdleGuardSeconds

      protected Integer terminatorIdleGuardSeconds
    • callbackMethod

      protected AutomaticCallbackMethod callbackMethod
    • pollingIntervalSeconds

      protected Integer pollingIntervalSeconds
    • activationDigit

      protected Integer activationDigit
  • Constructor Details

    • SystemAutomaticCallbackGetResponse

      public SystemAutomaticCallbackGetResponse()
  • Method Details

    • setMonitorMinutes

      public void setMonitorMinutes(Integer monitorMinutes)
    • getMonitorMinutes

      public Integer getMonitorMinutes()
    • setMaxMonitorsPerOriginator

      public void setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator)
    • getMaxMonitorsPerOriginator

      public Integer getMaxMonitorsPerOriginator()
    • setMaxCallbackRings

      public void setMaxCallbackRings(Integer maxCallbackRings)
    • getMaxCallbackRings

      public Integer getMaxCallbackRings()
    • setMaxMonitorsPerTerminator

      public void setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator)
    • getMaxMonitorsPerTerminator

      public Integer getMaxMonitorsPerTerminator()
    • setTerminatorIdleGuardSeconds

      public void setTerminatorIdleGuardSeconds(Integer terminatorIdleGuardSeconds)
    • getTerminatorIdleGuardSeconds

      public Integer getTerminatorIdleGuardSeconds()
    • setCallbackMethod

      public void setCallbackMethod(AutomaticCallbackMethod callbackMethod)
    • getCallbackMethod

      public AutomaticCallbackMethod getCallbackMethod()
    • setPollingIntervalSeconds

      public void setPollingIntervalSeconds(Integer pollingIntervalSeconds)
    • getPollingIntervalSeconds

      public Integer getPollingIntervalSeconds()
    • setActivationDigit

      public void setActivationDigit(Integer activationDigit)
    • getActivationDigit

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