Class VoiceMessaging.SystemVoiceMessageSummaryUpdateGetResponse

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

public static class VoiceMessaging.SystemVoiceMessageSummaryUpdateGetResponse extends Response
Response to SystemVoiceMessageSummaryUpdateGetRequest25.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • sendSavedAndUrgentMWIOnNotification

      protected Boolean sendSavedAndUrgentMWIOnNotification
    • sendMessageSummaryUpdateOnRegister

      protected Boolean sendMessageSummaryUpdateOnRegister
    • minTimeBetweenMWIOnRegister

      protected Integer minTimeBetweenMWIOnRegister
    • allowMultipleUsersPerAccount

      protected Boolean allowMultipleUsersPerAccount
  • Constructor Details

    • SystemVoiceMessageSummaryUpdateGetResponse

      public SystemVoiceMessageSummaryUpdateGetResponse()
  • Method Details

    • setSendSavedAndUrgentMWIOnNotification

      public void setSendSavedAndUrgentMWIOnNotification(Boolean sendSavedAndUrgentMWIOnNotification)
    • getSendSavedAndUrgentMWIOnNotification

      public Boolean getSendSavedAndUrgentMWIOnNotification()
    • setSendMessageSummaryUpdateOnRegister

      public void setSendMessageSummaryUpdateOnRegister(Boolean sendMessageSummaryUpdateOnRegister)
    • getSendMessageSummaryUpdateOnRegister

      public Boolean getSendMessageSummaryUpdateOnRegister()
    • setMinTimeBetweenMWIOnRegister

      public void setMinTimeBetweenMWIOnRegister(Integer minTimeBetweenMWIOnRegister)
    • getMinTimeBetweenMWIOnRegister

      public Integer getMinTimeBetweenMWIOnRegister()
    • setAllowMultipleUsersPerAccount

      public void setAllowMultipleUsersPerAccount(Boolean allowMultipleUsersPerAccount)
    • getAllowMultipleUsersPerAccount

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