public class PLChannelBasicUpdateRequest extends PLBaseRequest
| 限定符和类型 | 字段和说明 |
|---|---|
protected Integer |
channelId
字段名:频道号
变量名:channelId
是否必填:是
类型:Integer
示例值:100010
描述:频道号
|
protected PLChannelBasicUpdateBody |
requestBody
字段名:创建频道默认值请求体
变量名:requestBody
是否必填:是
类型:PLChannelBasicCreateBody
示例值:
描述:创建频道默认值请对象
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelBasicUpdateRequest(String appId,
String appSecret) |
PLChannelBasicUpdateRequest(String appId,
String appSecret,
Integer channelId,
PLChannelBasicUpdateBody requestBody) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getChannelId() |
PLChannelBasicUpdateBody |
getRequestBody() |
void |
setChannelId(Integer channelId) |
void |
setRequestBody(PLChannelBasicUpdateBody requestBody) |
getAppId, getAppSecret, getParams, getSign, getTimestamp, setAppId, setAppSecret, setSign, setTimestamp, toStringprotected Integer channelId
字段名:频道号 变量名:channelId 是否必填:是 类型:Integer 示例值:100010 描述:频道号
protected PLChannelBasicUpdateBody requestBody
字段名:创建频道默认值请求体 变量名:requestBody 是否必填:是 类型:PLChannelBasicCreateBody 示例值: 描述:创建频道默认值请对象
public PLChannelBasicUpdateRequest(String appId, String appSecret, Integer channelId, PLChannelBasicUpdateBody requestBody)
public Integer getChannelId()
public void setChannelId(Integer channelId)
public PLChannelBasicUpdateBody getRequestBody()
public void setRequestBody(PLChannelBasicUpdateBody requestBody)
Copyright © 2019. All rights reserved.