public class ModifyRoomInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyRoomInfoRequest() |
ModifyRoomInfoRequest(ModifyRoomInfoRequest 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 |
getOperationType()
Get 301 启动推流
302 停止推流
303 重置RTMP连接
|
Long |
getRoomId()
Get 房间id
|
Long |
getSdkAppId()
Get 应用ID,登录[控制台 - 服务管理](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
|
void |
setOperationType(Long OperationType)
Set 301 启动推流
302 停止推流
303 重置RTMP连接
|
void |
setRoomId(Long RoomId)
Set 房间id
|
void |
setSdkAppId(Long SdkAppId)
Set 应用ID,登录[控制台 - 服务管理](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
|
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 ModifyRoomInfoRequest()
public ModifyRoomInfoRequest(ModifyRoomInfoRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用ID,登录[控制台 - 服务管理](https://console.cloud.tencent.com/gamegme)创建应用得到的AppIDpublic Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间idpublic Long getOperationType()
public void setOperationType(Long OperationType)
OperationType
- 301 启动推流
302 停止推流
303 重置RTMP连接Copyright © 2021. All rights reserved.