Class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse

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

public static class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse extends Response
Response to SystemLegacyAutomaticCallbackGetRequest.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • maxMonitorsPerOriginator

      protected Integer maxMonitorsPerOriginator
    • maxMonitorsPerTerminator

      protected Integer maxMonitorsPerTerminator
    • t2Minutes

      protected Integer t2Minutes
    • t4Seconds

      protected Integer t4Seconds
    • t5Seconds

      protected Integer t5Seconds
    • t6Minutes

      protected Integer t6Minutes
    • t7Minutes

      protected Integer t7Minutes
    • t8Seconds

      protected Integer t8Seconds
    • tRingSeconds

      protected Integer tRingSeconds
    • t10OMinutes

      protected Integer t10OMinutes
    • t10TMinutes

      protected Integer t10TMinutes
  • Constructor Details

    • SystemLegacyAutomaticCallbackGetResponse

      public SystemLegacyAutomaticCallbackGetResponse()
  • Method Details

    • setMaxMonitorsPerOriginator

      public void setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator)
    • getMaxMonitorsPerOriginator

      public Integer getMaxMonitorsPerOriginator()
    • setMaxMonitorsPerTerminator

      public void setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator)
    • getMaxMonitorsPerTerminator

      public Integer getMaxMonitorsPerTerminator()
    • setT2Minutes

      public void setT2Minutes(Integer t2Minutes)
    • getT2Minutes

      public Integer getT2Minutes()
    • setT4Seconds

      public void setT4Seconds(Integer t4Seconds)
    • getT4Seconds

      public Integer getT4Seconds()
    • setT5Seconds

      public void setT5Seconds(Integer t5Seconds)
    • getT5Seconds

      public Integer getT5Seconds()
    • setT6Minutes

      public void setT6Minutes(Integer t6Minutes)
    • getT6Minutes

      public Integer getT6Minutes()
    • setT7Minutes

      public void setT7Minutes(Integer t7Minutes)
    • getT7Minutes

      public Integer getT7Minutes()
    • setT8Seconds

      public void setT8Seconds(Integer t8Seconds)
    • getT8Seconds

      public Integer getT8Seconds()
    • setTRingSeconds

      public void setTRingSeconds(Integer tRingSeconds)
    • getTRingSeconds

      public Integer getTRingSeconds()
    • setT10OMinutes

      public void setT10OMinutes(Integer t10OMinutes)
    • getT10OMinutes

      public Integer getT10OMinutes()
    • setT10TMinutes

      public void setT10TMinutes(Integer t10TMinutes)
    • getT10TMinutes

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