Package co.ecg.alpaca.toolkit.generated
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:
java.io.Serializable
- Enclosing class:
- MeetMeConferencingBridge
public static class MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse extends Response
Response to UserMeetMeConferencingGetConferenceRequest20. Contains the information of a conference.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccountCodeprotected java.lang.BooleanallowUniqueIdentifierprotected MeetMeConferencingConferenceAttendeeNotificationattendeeNotificationprotected MeetMeConferencingConferenceKeyconferenceKeyprotected ConferenceScheduleconferenceScheduleprotected java.lang.BooleanendConferenceOnModeratorExitprotected java.lang.IntegerestimatedParticipantsprotected java.lang.StringhostTimeZoneprotected java.lang.IntegermaxParticipantsprotected java.lang.StringmoderatorPinprotected java.lang.BooleanmoderatorRequiredprotected java.lang.BooleanmuteAllAttendeesOnEntryprotected java.lang.BooleanrequireSecurityPinprotected java.lang.BooleanrestrictParticipantsprotected java.lang.StringsecurityPinprotected java.lang.Stringtitleprotected BroadWorksUseruserFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText -
Constructor Summary
Constructors Constructor Description UserMeetMeConferencingGetConferenceResponse() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAccountCode()java.lang.BooleangetAllowUniqueIdentifier()MeetMeConferencingConferenceAttendeeNotificationgetAttendeeNotification()BroadWorksUsergetBroadWorksUser()MeetMeConferencingConferenceKeygetConferenceKey()ConferenceSchedulegetConferenceSchedule()java.lang.BooleangetEndConferenceOnModeratorExit()java.lang.IntegergetEstimatedParticipants()java.lang.StringgetHostTimeZone()java.lang.IntegergetMaxParticipants()java.lang.StringgetModeratorPin()java.lang.BooleangetModeratorRequired()java.lang.BooleangetMuteAllAttendeesOnEntry()java.lang.BooleangetRequireSecurityPin()java.lang.BooleangetRestrictParticipants()java.lang.StringgetSecurityPin()java.lang.StringgetTitle()inthashCode()booleanrestrictParticipantsFlagExist()voidsetAccountCode(java.lang.String accountCode)voidsetAllowUniqueIdentifier(java.lang.Boolean allowUniqueIdentifier)voidsetAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification)voidsetConferenceKey(MeetMeConferencingConferenceKey conferenceKey)voidsetConferenceSchedule(ConferenceSchedule conferenceSchedule)voidsetEndConferenceOnModeratorExit(java.lang.Boolean endConferenceOnModeratorExit)voidsetEstimatedParticipants(java.lang.Integer estimatedParticipants)voidsetFlagRestrictParticipants()voidsetHostTimeZone(java.lang.String hostTimeZone)voidsetMaxParticipants(java.lang.Integer maxParticipants)voidsetModeratorPin(java.lang.String moderatorPin)voidsetModeratorRequired(java.lang.Boolean moderatorRequired)voidsetMuteAllAttendeesOnEntry(java.lang.Boolean muteAllAttendeesOnEntry)voidsetRequireSecurityPin(java.lang.Boolean requireSecurityPin)voidsetSecurityPin(java.lang.String securityPin)voidsetTitle(java.lang.String title)voidsetUser(BroadWorksUser user)voidtransform()Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
title
protected java.lang.String title -
estimatedParticipants
protected java.lang.Integer estimatedParticipants -
restrictParticipants
protected java.lang.Boolean restrictParticipants -
maxParticipants
protected java.lang.Integer maxParticipants -
accountCode
protected java.lang.String accountCode -
muteAllAttendeesOnEntry
protected java.lang.Boolean muteAllAttendeesOnEntry -
endConferenceOnModeratorExit
protected java.lang.Boolean endConferenceOnModeratorExit -
moderatorRequired
protected java.lang.Boolean moderatorRequired -
requireSecurityPin
protected java.lang.Boolean requireSecurityPin -
securityPin
protected java.lang.String securityPin -
allowUniqueIdentifier
protected java.lang.Boolean allowUniqueIdentifier -
attendeeNotification
-
conferenceSchedule
-
moderatorPin
protected java.lang.String moderatorPin -
hostTimeZone
protected java.lang.String hostTimeZone -
user
-
conferenceKey
-
-
Constructor Details
-
UserMeetMeConferencingGetConferenceResponse
public UserMeetMeConferencingGetConferenceResponse()
-
-
Method Details
-
setTitle
public void setTitle(java.lang.String title) -
getTitle
public java.lang.String getTitle() -
setEstimatedParticipants
public void setEstimatedParticipants(java.lang.Integer estimatedParticipants) -
getEstimatedParticipants
public java.lang.Integer getEstimatedParticipants() -
setFlagRestrictParticipants
public void setFlagRestrictParticipants() -
restrictParticipantsFlagExist
public boolean restrictParticipantsFlagExist() -
getRestrictParticipants
public java.lang.Boolean getRestrictParticipants() -
setMaxParticipants
public void setMaxParticipants(java.lang.Integer maxParticipants) -
getMaxParticipants
public java.lang.Integer getMaxParticipants() -
setAccountCode
public void setAccountCode(java.lang.String accountCode) -
getAccountCode
public java.lang.String getAccountCode() -
setMuteAllAttendeesOnEntry
public void setMuteAllAttendeesOnEntry(java.lang.Boolean muteAllAttendeesOnEntry) -
getMuteAllAttendeesOnEntry
public java.lang.Boolean getMuteAllAttendeesOnEntry() -
setEndConferenceOnModeratorExit
public void setEndConferenceOnModeratorExit(java.lang.Boolean endConferenceOnModeratorExit) -
getEndConferenceOnModeratorExit
public java.lang.Boolean getEndConferenceOnModeratorExit() -
setModeratorRequired
public void setModeratorRequired(java.lang.Boolean moderatorRequired) -
getModeratorRequired
public java.lang.Boolean getModeratorRequired() -
setRequireSecurityPin
public void setRequireSecurityPin(java.lang.Boolean requireSecurityPin) -
getRequireSecurityPin
public java.lang.Boolean getRequireSecurityPin() -
setSecurityPin
public void setSecurityPin(java.lang.String securityPin) -
getSecurityPin
public java.lang.String getSecurityPin() -
setAllowUniqueIdentifier
public void setAllowUniqueIdentifier(java.lang.Boolean allowUniqueIdentifier) -
getAllowUniqueIdentifier
public java.lang.Boolean getAllowUniqueIdentifier() -
setAttendeeNotification
public void setAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) -
getAttendeeNotification
-
setConferenceSchedule
-
getConferenceSchedule
-
setModeratorPin
public void setModeratorPin(java.lang.String moderatorPin) -
getModeratorPin
public java.lang.String getModeratorPin() -
setHostTimeZone
public void setHostTimeZone(java.lang.String hostTimeZone) -
getHostTimeZone
public java.lang.String getHostTimeZone() -
setUser
-
getBroadWorksUser
-
setConferenceKey
-
getConferenceKey
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-