public class PLChannelPasswordSetRequest extends PLBaseRequest
POLYV频道设置密码对象类
| 限定符和类型 | 字段和说明 |
|---|---|
protected Integer |
channelId
字段名:频道ID
变量名:channelId
是否必填:否
类型:Int(11)
示例值:10001
描述:POLYV账号下的直播频道ID
|
protected String |
passwd
字段名:密码
变量名:passwd
是否必填:是
类型:String(64)
示例值:123456
描述:直播频道的登录密码
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelPasswordSetRequest(String appId,
String appSecret) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getChannelId() |
String |
getPasswd() |
void |
setChannelId(Integer channelId) |
void |
setPasswd(String passwd) |
String |
toString() |
getAppId, getAppSecret, getParams, getSign, getTimestamp, setAppId, setAppSecret, setSign, setTimestampCopyright © 2019. All rights reserved.