java.lang.Object
org.apache.openmeetings.db.dto.room.RoomOptionsDTO
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RoomOptionsDTOfromString(String s) booleanbooleanbooleanbooleanvoidsetAllowRecording(boolean allowRecording) voidsetAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) voidsetExternalRoomId(String externalRoomId) voidsetExternalType(String externalType) setModerator(boolean moderator) voidsetRecordingId(Long recordingId) voidsetShowAudioVideoTest(boolean showAudioVideoTest) toString()
- 
Constructor Details- 
RoomOptionsDTOpublic RoomOptionsDTO()
 
- 
- 
Method Details- 
getRoomId
- 
setRoomId
- 
getExternalRoomId
- 
setExternalRoomId
- 
getExternalType
- 
setExternalType
- 
getRecordingId
- 
setRecordingId
- 
isModeratorpublic boolean isModerator()
- 
setModerator
- 
isShowAudioVideoTestpublic boolean isShowAudioVideoTest()
- 
setShowAudioVideoTestpublic void setShowAudioVideoTest(boolean showAudioVideoTest) 
- 
isAllowSameURLMultipleTimespublic boolean isAllowSameURLMultipleTimes()
- 
setAllowSameURLMultipleTimespublic void setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) 
- 
isAllowRecordingpublic boolean isAllowRecording()
- 
setAllowRecordingpublic void setAllowRecording(boolean allowRecording) 
- 
fromString
- 
toString
 
-