public class DescribeRoomRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRoomRequest() |
DescribeRoomRequest(DescribeRoomRequest 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 |
getRoomId()
Get 房间Id。
|
Long |
getRTMPStreamingURL()
Get 请求RTMP推流链接,0:否,1:是,默认为0。
|
void |
setRoomId(Long RoomId)
Set 房间Id。
|
void |
setRTMPStreamingURL(Long RTMPStreamingURL)
Set 请求RTMP推流链接,0:否,1:是,默认为0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRoomRequest()
public DescribeRoomRequest(DescribeRoomRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间Id。public Long getRTMPStreamingURL()
public void setRTMPStreamingURL(Long RTMPStreamingURL)
RTMPStreamingURL
- 请求RTMP推流链接,0:否,1:是,默认为0。Copyright © 2024. All rights reserved.