Package co.ecg.alpaca.toolkit.generated
Class MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MeetMeConferencingBridge
public static class MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse extends Response
Response to UserMeetMeConferencingAddConferenceRequest23. Contains the information of a conference.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowParticipantUnmuteInAutoLectureModeprotected BooleanallowUniqueIdentifierprotected MeetMeConferencingConferenceAttendeeNotificationattendeeNotificationprotected StringbridgeIdprotected StringconferenceIdprotected ConferenceScheduleconferenceScheduleprotected BooleanendConferenceOnModeratorExitprotected StringmoderatorPinprotected BooleanmoderatorRequiredprotected BooleanmuteAllAttendeesOnEntryprotected BooleanrequireSecurityPinprotected StringsecurityPinprotected Stringtitleprotected BroadWorksUseruser-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
-
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
-
Constructor Summary
Constructors Constructor Description UserMeetMeConferencingAddConferenceResponse()
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
-
-
-
Field Detail
-
conferenceId
protected String conferenceId
-
moderatorPin
protected String moderatorPin
-
securityPin
protected String securityPin
-
user
protected transient BroadWorksUser user
-
bridgeId
protected String bridgeId
-
title
protected String title
-
muteAllAttendeesOnEntry
protected Boolean muteAllAttendeesOnEntry
-
endConferenceOnModeratorExit
protected Boolean endConferenceOnModeratorExit
-
moderatorRequired
protected Boolean moderatorRequired
-
requireSecurityPin
protected Boolean requireSecurityPin
-
allowUniqueIdentifier
protected Boolean allowUniqueIdentifier
-
attendeeNotification
protected MeetMeConferencingConferenceAttendeeNotification attendeeNotification
-
conferenceSchedule
protected ConferenceSchedule conferenceSchedule
-
allowParticipantUnmuteInAutoLectureMode
protected Boolean allowParticipantUnmuteInAutoLectureMode
-
-
Method Detail
-
setConferenceId
public void setConferenceId(String conferenceId)
-
getConferenceId
public String getConferenceId()
-
setModeratorPin
public void setModeratorPin(String moderatorPin)
-
getModeratorPin
public String getModeratorPin()
-
setSecurityPin
public void setSecurityPin(String securityPin)
-
getSecurityPin
public String getSecurityPin()
-
setUser
public void setUser(BroadWorksUser user)
-
getBroadWorksUser
public BroadWorksUser getBroadWorksUser()
-
setBridgeId
public void setBridgeId(String bridgeId)
-
getBridgeId
public String getBridgeId()
-
setTitle
public void setTitle(String title)
-
getTitle
public String getTitle()
-
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()
-
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()
-
setAllowParticipantUnmuteInAutoLectureMode
public void setAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode)
-
getAllowParticipantUnmuteInAutoLectureMode
public Boolean getAllowParticipantUnmuteInAutoLectureMode()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-