Class GroupCallPark.GroupCallParkGetResponse

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

public static class GroupCallPark.GroupCallParkGetResponse extends Response
Response to the GroupCallParkGetRequest16sp2. Contains the settings that apply to the whole group for Call Park.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • recallTimerSeconds

      protected Integer recallTimerSeconds
    • displayTimerSeconds

      protected Integer displayTimerSeconds
    • enableDestinationAnnouncement

      protected Boolean enableDestinationAnnouncement
    • recallAlternateUserId

      protected String recallAlternateUserId
    • recallRingPattern

      protected RingPattern recallRingPattern
    • recallTo

      protected CallParkRecallTo recallTo
    • alternateUserRecallTimerSeconds

      protected Integer alternateUserRecallTimerSeconds
    • group

      protected transient Group group
  • Constructor Details

    • GroupCallParkGetResponse

      public GroupCallParkGetResponse()
  • Method Details

    • setRecallTimerSeconds

      public void setRecallTimerSeconds(Integer recallTimerSeconds)
    • getRecallTimerSeconds

      public Integer getRecallTimerSeconds()
    • setDisplayTimerSeconds

      public void setDisplayTimerSeconds(Integer displayTimerSeconds)
    • getDisplayTimerSeconds

      public Integer getDisplayTimerSeconds()
    • setEnableDestinationAnnouncement

      public void setEnableDestinationAnnouncement(Boolean enableDestinationAnnouncement)
    • getEnableDestinationAnnouncement

      public Boolean getEnableDestinationAnnouncement()
    • setRecallAlternateUserId

      public void setRecallAlternateUserId(String recallAlternateUserId)
    • getRecallAlternateUserId

      public String getRecallAlternateUserId()
    • setRecallRingPattern

      public void setRecallRingPattern(RingPattern recallRingPattern)
    • getRecallRingPattern

      public RingPattern getRecallRingPattern()
    • setRecallTo

      public void setRecallTo(CallParkRecallTo recallTo)
    • getRecallTo

      public CallParkRecallTo getRecallTo()
    • setAlternateUserRecallTimerSeconds

      public void setAlternateUserRecallTimerSeconds(Integer alternateUserRecallTimerSeconds)
    • getAlternateUserRecallTimerSeconds

      public Integer getAlternateUserRecallTimerSeconds()
    • setGroup

      public void setGroup(Group group)
    • getGroup

      public Group getGroup()
    • 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