Package co.ecg.alpaca.toolkit.generated
Class MeetMeConferencingBridge.SystemMeetMeConferencingGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.MeetMeConferencingBridge.SystemMeetMeConferencingGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MeetMeConferencingBridge
Response to SystemMeetMeConferencingGetRequest19.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Integerprotected Stringprotected MeetMeConferencingConferenceDurationprotected Integerprotected Integerprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Integerprotected MeetMeConferencingRecordingFileFormatprotected Stringprotected BooleanFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetConferenceActiveTalkerRefreshIntervalSeconds(Integer conferenceActiveTalkerRefreshIntervalSeconds) voidsetConferenceEndDateRestrictionMonths(Integer conferenceEndDateRestrictionMonths) voidsetConferenceFromAddress(String conferenceFromAddress) voidsetConferenceGracePeriodMinutes(MeetMeConferencingConferenceDuration conferenceGracePeriodMinutes) voidsetConferenceIdLength(Integer conferenceIdLength) voidsetConferenceParticipantEarlyEntryMinutes(Integer conferenceParticipantEarlyEntryMinutes) voidsetDeleteExpiredConferencesAfterHoldPeriod(Boolean deleteExpiredConferencesAfterHoldPeriod) voidsetEnableActiveConferenceNotification(Boolean enableActiveConferenceNotification) voidsetEnableConferenceEndDateRestriction(Boolean enableConferenceEndDateRestriction) voidsetEnableConferenceExpiryNotification(Boolean enableConferenceExpiryNotification) voidsetExpiredConferenceHoldPeriodDays(MeetMeConferencingExpiredConferenceHoldPeriodDays expiredConferenceHoldPeriodDays) voidsetModeratorPinLength(Integer moderatorPinLength) voidsetRecordingFileFormat(MeetMeConferencingRecordingFileFormat recordingFileFormat) voidsetRecordingWebAppURL(String recordingWebAppURL) voidsetTerminateAfterGracePeriod(Boolean terminateAfterGracePeriod) toString()voidTransforms 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, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
conferenceIdLength
-
moderatorPinLength
-
enableConferenceEndDateRestriction
-
conferenceEndDateRestrictionMonths
-
deleteExpiredConferencesAfterHoldPeriod
-
expiredConferenceHoldPeriodDays
-
recordingWebAppURL
-
recordingFileFormat
-
terminateAfterGracePeriod
-
conferenceGracePeriodMinutes
-
conferenceParticipantEarlyEntryMinutes
-
enableConferenceExpiryNotification
-
enableActiveConferenceNotification
-
conferenceFromAddress
-
conferenceActiveTalkerRefreshIntervalSeconds
-
-
Constructor Details
-
SystemMeetMeConferencingGetResponse
public SystemMeetMeConferencingGetResponse()
-
-
Method Details
-
setConferenceIdLength
-
getConferenceIdLength
-
setModeratorPinLength
-
getModeratorPinLength
-
setEnableConferenceEndDateRestriction
-
getEnableConferenceEndDateRestriction
-
setConferenceEndDateRestrictionMonths
-
getConferenceEndDateRestrictionMonths
-
setDeleteExpiredConferencesAfterHoldPeriod
public void setDeleteExpiredConferencesAfterHoldPeriod(Boolean deleteExpiredConferencesAfterHoldPeriod) -
getDeleteExpiredConferencesAfterHoldPeriod
-
setExpiredConferenceHoldPeriodDays
public void setExpiredConferenceHoldPeriodDays(MeetMeConferencingExpiredConferenceHoldPeriodDays expiredConferenceHoldPeriodDays) -
getExpiredConferenceHoldPeriodDays
-
setRecordingWebAppURL
-
getRecordingWebAppURL
-
setRecordingFileFormat
-
getRecordingFileFormat
-
setTerminateAfterGracePeriod
-
getTerminateAfterGracePeriod
-
setConferenceGracePeriodMinutes
public void setConferenceGracePeriodMinutes(MeetMeConferencingConferenceDuration conferenceGracePeriodMinutes) -
getConferenceGracePeriodMinutes
-
setConferenceParticipantEarlyEntryMinutes
public void setConferenceParticipantEarlyEntryMinutes(Integer conferenceParticipantEarlyEntryMinutes) -
getConferenceParticipantEarlyEntryMinutes
-
setEnableConferenceExpiryNotification
-
getEnableConferenceExpiryNotification
-
setEnableActiveConferenceNotification
-
getEnableActiveConferenceNotification
-
setConferenceFromAddress
-
getConferenceFromAddress
-
setConferenceActiveTalkerRefreshIntervalSeconds
public void setConferenceActiveTalkerRefreshIntervalSeconds(Integer conferenceActiveTalkerRefreshIntervalSeconds) -
getConferenceActiveTalkerRefreshIntervalSeconds
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-