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 Room ID
|
Long |
getRTMPStreamingURL()
Get Request RTMP stream link, 0: no, 1: yes, default is 0.
|
void |
setRoomId(Long RoomId)
Set Room ID
|
void |
setRTMPStreamingURL(Long RTMPStreamingURL)
Set Request RTMP stream link, 0: no, 1: yes, default is 0.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRoomRequest()
public DescribeRoomRequest(DescribeRoomRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- Room IDpublic Long getRTMPStreamingURL()
public void setRTMPStreamingURL(Long RTMPStreamingURL)
RTMPStreamingURL
- Request RTMP stream link, 0: no, 1: yes, default is 0.Copyright © 2024. All rights reserved.