Class MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse

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

public static class MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse extends Response
Response to UserMeetMeConferencingGetConferenceRequest23. Contains the information of a conference.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • title

      protected String title
    • estimatedParticipants

      protected Integer estimatedParticipants
    • restrictParticipants

      protected Boolean restrictParticipants
    • maxParticipants

      protected Integer maxParticipants
    • accountCode

      protected String accountCode
    • muteAllAttendeesOnEntry

      protected Boolean muteAllAttendeesOnEntry
    • endConferenceOnModeratorExit

      protected Boolean endConferenceOnModeratorExit
    • moderatorRequired

      protected Boolean moderatorRequired
    • requireSecurityPin

      protected Boolean requireSecurityPin
    • securityPin

      protected String securityPin
    • allowUniqueIdentifier

      protected Boolean allowUniqueIdentifier
    • attendeeNotification

      protected MeetMeConferencingConferenceAttendeeNotification attendeeNotification
    • conferenceSchedule

      protected ConferenceSchedule conferenceSchedule
    • moderatorPin

      protected String moderatorPin
    • hostTimeZone

      protected String hostTimeZone
    • allowParticipantUnmuteInAutoLectureMode

      protected Boolean allowParticipantUnmuteInAutoLectureMode
    • user

      protected transient BroadWorksUser user
    • conferenceKey

      protected MeetMeConferencingConferenceKey conferenceKey
  • Constructor Details

    • UserMeetMeConferencingGetConferenceResponse

      public UserMeetMeConferencingGetConferenceResponse()
  • Method Details

    • setTitle

      public void setTitle(String title)
    • getTitle

      public String getTitle()
    • setEstimatedParticipants

      public void setEstimatedParticipants(Integer estimatedParticipants)
    • getEstimatedParticipants

      public Integer getEstimatedParticipants()
    • setFlagRestrictParticipants

      public void setFlagRestrictParticipants()
    • restrictParticipantsFlagExist

      public boolean restrictParticipantsFlagExist()
    • getRestrictParticipants

      public Boolean getRestrictParticipants()
    • setMaxParticipants

      public void setMaxParticipants(Integer maxParticipants)
    • getMaxParticipants

      public Integer getMaxParticipants()
    • setAccountCode

      public void setAccountCode(String accountCode)
    • getAccountCode

      public String getAccountCode()
    • setMuteAllAttendeesOnEntry

      public void setMuteAllAttendeesOnEntry(Boolean muteAllAttendeesOnEntry)
    • getMuteAllAttendeesOnEntry

      public Boolean getMuteAllAttendeesOnEntry()
    • setEndConferenceOnModeratorExit

      public void setEndConferenceOnModeratorExit(Boolean endConferenceOnModeratorExit)
    • getEndConferenceOnModeratorExit

      public Boolean getEndConferenceOnModeratorExit()
    • setModeratorRequired

      public void setModeratorRequired(Boolean moderatorRequired)
    • getModeratorRequired

      public Boolean getModeratorRequired()
    • setRequireSecurityPin

      public void setRequireSecurityPin(Boolean requireSecurityPin)
    • getRequireSecurityPin

      public Boolean getRequireSecurityPin()
    • setSecurityPin

      public void setSecurityPin(String securityPin)
    • getSecurityPin

      public String getSecurityPin()
    • setAllowUniqueIdentifier

      public void setAllowUniqueIdentifier(Boolean allowUniqueIdentifier)
    • getAllowUniqueIdentifier

      public Boolean getAllowUniqueIdentifier()
    • setAttendeeNotification

      public void setAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification)
    • getAttendeeNotification

      public MeetMeConferencingConferenceAttendeeNotification getAttendeeNotification()
    • setConferenceSchedule

      public void setConferenceSchedule(ConferenceSchedule conferenceSchedule)
    • getConferenceSchedule

      public ConferenceSchedule getConferenceSchedule()
    • setModeratorPin

      public void setModeratorPin(String moderatorPin)
    • getModeratorPin

      public String getModeratorPin()
    • setHostTimeZone

      public void setHostTimeZone(String hostTimeZone)
    • getHostTimeZone

      public String getHostTimeZone()
    • setAllowParticipantUnmuteInAutoLectureMode

      public void setAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode)
    • getAllowParticipantUnmuteInAutoLectureMode

      public Boolean getAllowParticipantUnmuteInAutoLectureMode()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • setConferenceKey

      public void setConferenceKey(MeetMeConferencingConferenceKey conferenceKey)
    • getConferenceKey

      public MeetMeConferencingConferenceKey getConferenceKey()
    • 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