public class RoomOptionsDTO extends Object implements Serializable
Constructor and Description |
---|
RoomOptionsDTO() |
Modifier and Type | Method and Description |
---|---|
static RoomOptionsDTO |
fromString(String s) |
Long |
getRecordingId() |
Long |
getRoomId() |
boolean |
isAllowRecording() |
boolean |
isAllowSameURLMultipleTimes() |
boolean |
isModerator() |
boolean |
isShowAudioVideoTest() |
boolean |
isShowNickNameDialog() |
static Integer |
optInt(org.apache.wicket.ajax.json.JSONObject o,
String key) |
static Long |
optLong(org.apache.wicket.ajax.json.JSONObject o,
String key) |
void |
setAllowRecording(boolean allowRecording) |
void |
setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) |
void |
setModerator(boolean moderator) |
void |
setRecordingId(Long recordingId) |
void |
setRoomId(Long roomId) |
void |
setShowAudioVideoTest(boolean showAudioVideoTest) |
void |
setShowNickNameDialog(boolean showNickNameDialog) |
String |
toString() |
public Long getRoomId()
public void setRoomId(Long roomId)
public Long getRecordingId()
public void setRecordingId(Long recordingId)
public boolean isModerator()
public void setModerator(boolean moderator)
public boolean isShowAudioVideoTest()
public void setShowAudioVideoTest(boolean showAudioVideoTest)
public boolean isShowNickNameDialog()
public void setShowNickNameDialog(boolean showNickNameDialog)
public boolean isAllowSameURLMultipleTimes()
public void setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes)
public boolean isAllowRecording()
public void setAllowRecording(boolean allowRecording)
public static RoomOptionsDTO fromString(String s)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.