public class RoomItem extends AbstractModel
Constructor and Description |
---|
RoomItem() |
RoomItem(RoomItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get The scheduled end time.
|
Long |
getMaxRTCMember()
Get The maximum number of mic-on users allowed.
|
String |
getName()
Get The name.
|
Long |
getRealEndTime()
Get The actual end time.
|
Long |
getRealStartTime()
Get The actual start time.
|
String |
getRecordUrl()
Get The recording URL (HTTPS), which is generated only after a room ends.
|
String |
getReplayUrl()
Get The URL of the room's recording.
|
Long |
getResolution()
Get The resolution.
|
Long |
getRoomId()
Get The room ID.
|
Long |
getStartTime()
Get The scheduled start time.
|
Long |
getStatus()
Get The room status.
|
void |
setEndTime(Long EndTime)
Set The scheduled end time.
|
void |
setMaxRTCMember(Long MaxRTCMember)
Set The maximum number of mic-on users allowed.
|
void |
setName(String Name)
Set The name.
|
void |
setRealEndTime(Long RealEndTime)
Set The actual end time.
|
void |
setRealStartTime(Long RealStartTime)
Set The actual start time.
|
void |
setRecordUrl(String RecordUrl)
Set The recording URL (HTTPS), which is generated only after a room ends.
|
void |
setReplayUrl(String ReplayUrl)
Set The URL of the room's recording.
|
void |
setResolution(Long Resolution)
Set The resolution.
|
void |
setRoomId(Long RoomId)
Set The room ID.
|
void |
setStartTime(Long StartTime)
Set The scheduled start time.
|
void |
setStatus(Long Status)
Set The room status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RoomItem()
public RoomItem(RoomItem source)
public String getName()
public void setName(String Name)
Name
- The name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- The room status. `0`: Not started; `1`: Started; `2`: Ended.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The scheduled start time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The scheduled end time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRealStartTime()
public void setRealStartTime(Long RealStartTime)
RealStartTime
- The actual start time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRealEndTime()
public void setRealEndTime(Long RealEndTime)
RealEndTime
- The actual end time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getResolution()
public void setResolution(Long Resolution)
Resolution
- The resolution. `1`: SD.
`2`: HD
`3`: FHD
Note: This field may return null, indicating that no valid values can be obtained.public Long getMaxRTCMember()
public void setMaxRTCMember(Long MaxRTCMember)
MaxRTCMember
- The maximum number of mic-on users allowed.
Note: This field may return null, indicating that no valid values can be obtained.public String getReplayUrl()
public void setReplayUrl(String ReplayUrl)
ReplayUrl
- The URL of the room's recording. This parameter has been deprecated. Please use `RecordUrl` instead.
Note: This field may return null, indicating that no valid values can be obtained.public String getRecordUrl()
public void setRecordUrl(String RecordUrl)
RecordUrl
- The recording URL (HTTPS), which is generated only after a room ends.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.