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 Integer
protected Integer
protected String
protected MeetMeConferencingConferenceDuration
protected Integer
protected Integer
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Integer
protected MeetMeConferencingRecordingFileFormat
protected String
protected Boolean
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setConferenceActiveTalkerRefreshIntervalSeconds
(Integer conferenceActiveTalkerRefreshIntervalSeconds) void
setConferenceEndDateRestrictionMonths
(Integer conferenceEndDateRestrictionMonths) void
setConferenceFromAddress
(String conferenceFromAddress) void
setConferenceGracePeriodMinutes
(MeetMeConferencingConferenceDuration conferenceGracePeriodMinutes) void
setConferenceIdLength
(Integer conferenceIdLength) void
setConferenceParticipantEarlyEntryMinutes
(Integer conferenceParticipantEarlyEntryMinutes) void
setDeleteExpiredConferencesAfterHoldPeriod
(Boolean deleteExpiredConferencesAfterHoldPeriod) void
setEnableActiveConferenceNotification
(Boolean enableActiveConferenceNotification) void
setEnableConferenceEndDateRestriction
(Boolean enableConferenceEndDateRestriction) void
setEnableConferenceExpiryNotification
(Boolean enableConferenceExpiryNotification) void
setExpiredConferenceHoldPeriodDays
(MeetMeConferencingExpiredConferenceHoldPeriodDays expiredConferenceHoldPeriodDays) void
setModeratorPinLength
(Integer moderatorPinLength) void
setRecordingFileFormat
(MeetMeConferencingRecordingFileFormat recordingFileFormat) void
setRecordingWebAppURL
(String recordingWebAppURL) void
setTerminateAfterGracePeriod
(Boolean terminateAfterGracePeriod) toString()
void
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, 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 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:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-