Class AutomaticCollectCall.SystemAutomaticCollectCallGetResponse

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

public static class AutomaticCollectCall.SystemAutomaticCollectCallGetResponse extends Response
Response to the SystemAutomaticCollectCallGetRequest22. Returns system Automatic Collect Call service settings.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • enableAutomaticCollectCall

      protected Boolean enableAutomaticCollectCall
    • enableConnectTone

      protected Boolean enableConnectTone
    • includeCountryCodeInCic

      protected Boolean includeCountryCodeInCic
  • Constructor Details

    • SystemAutomaticCollectCallGetResponse

      public SystemAutomaticCollectCallGetResponse()
  • Method Details

    • setEnableAutomaticCollectCall

      public void setEnableAutomaticCollectCall(Boolean enableAutomaticCollectCall)
    • getEnableAutomaticCollectCall

      public Boolean getEnableAutomaticCollectCall()
    • setEnableConnectTone

      public void setEnableConnectTone(Boolean enableConnectTone)
    • getEnableConnectTone

      public Boolean getEnableConnectTone()
    • setIncludeCountryCodeInCic

      public void setIncludeCountryCodeInCic(Boolean includeCountryCodeInCic)
    • getIncludeCountryCodeInCic

      public Boolean getIncludeCountryCodeInCic()
    • 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