Class RoomOptionsDTO
java.lang.Object
org.apache.openmeetings.db.dto.room.RoomOptionsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
RoomOptionsDTO
public RoomOptionsDTO()
-
-
Method Details
-
getRoomId
-
setRoomId
-
getExternalRoomId
-
setExternalRoomId
-
getExternalType
-
setExternalType
-
getRecordingId
-
setRecordingId
-
isModerator
public boolean isModerator() -
setModerator
-
isShowAudioVideoTest
public boolean isShowAudioVideoTest() -
setShowAudioVideoTest
public void setShowAudioVideoTest(boolean showAudioVideoTest) -
isAllowSameURLMultipleTimes
public boolean isAllowSameURLMultipleTimes() -
setAllowSameURLMultipleTimes
public void setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) -
isAllowRecording
public boolean isAllowRecording() -
setAllowRecording
public void setAllowRecording(boolean allowRecording) -
fromString
-
toString
-