Class UserThirdPartyVoiceMailSupport.UserThirdPartyVoiceMailSupportGetResponse

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

public static class UserThirdPartyVoiceMailSupport.UserThirdPartyVoiceMailSupportGetResponse extends Response
Response to UserThirdPartyVoiceMailSupportGetRequest17.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • UserThirdPartyVoiceMailSupportGetResponse

      public UserThirdPartyVoiceMailSupportGetResponse()
  • Method Details

    • setIsActive

      public void setIsActive(Boolean isActive)
    • getIsActive

      public Boolean getIsActive()
    • setBusyRedirectToVoiceMail

      public void setBusyRedirectToVoiceMail(Boolean busyRedirectToVoiceMail)
    • getBusyRedirectToVoiceMail

      public Boolean getBusyRedirectToVoiceMail()
    • setNoAnswerRedirectToVoiceMail

      public void setNoAnswerRedirectToVoiceMail(Boolean noAnswerRedirectToVoiceMail)
    • getNoAnswerRedirectToVoiceMail

      public Boolean getNoAnswerRedirectToVoiceMail()
    • setServerSelection

      public void setServerSelection(ThirdPartyVoiceMailSupportServerSelection serverSelection)
    • getServerSelection

      public ThirdPartyVoiceMailSupportServerSelection getServerSelection()
    • setUserServer

      public void setUserServer(String userServer)
    • getUserServer

      public String getUserServer()
    • setMailboxIdType

      public void setMailboxIdType(ThirdPartyVoiceMailSupportMailboxIdType mailboxIdType)
    • getMailboxIdType

      public ThirdPartyVoiceMailSupportMailboxIdType getMailboxIdType()
    • setMailboxURL

      public void setMailboxURL(String mailboxURL)
    • getMailboxURL

      public String getMailboxURL()
    • setNoAnswerNumberOfRings

      public void setNoAnswerNumberOfRings(ThirdPartyVoiceMailSupportNumberOfRings noAnswerNumberOfRings)
    • getNoAnswerNumberOfRings

      public ThirdPartyVoiceMailSupportNumberOfRings getNoAnswerNumberOfRings()
    • setAlwaysRedirectToVoiceMail

      public void setAlwaysRedirectToVoiceMail(Boolean alwaysRedirectToVoiceMail)
    • getAlwaysRedirectToVoiceMail

      public Boolean getAlwaysRedirectToVoiceMail()
    • setOutOfPrimaryZoneRedirectToVoiceMail

      public void setOutOfPrimaryZoneRedirectToVoiceMail(Boolean outOfPrimaryZoneRedirectToVoiceMail)
    • getOutOfPrimaryZoneRedirectToVoiceMail

      public Boolean getOutOfPrimaryZoneRedirectToVoiceMail()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • 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