public class SetForbidPlayChannelsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SetForbidPlayChannelsRequest() | 
| SetForbidPlayChannelsRequest(SetForbidPlayChannelsRequest 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 | 
|---|---|
| SetForbidplayChannelParam[] | getChannels()Get 要禁播的通道参数,一次最多可以设置200个通道 | 
| String | getUserId()Get 用户uin,可以是子用户的也可以是主用户的uin | 
| void | setChannels(SetForbidplayChannelParam[] Channels)Set 要禁播的通道参数,一次最多可以设置200个通道 | 
| void | setUserId(String UserId)Set 用户uin,可以是子用户的也可以是主用户的uin | 
| 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, toJsonStringpublic SetForbidPlayChannelsRequest()
public SetForbidPlayChannelsRequest(SetForbidPlayChannelsRequest source)
public SetForbidplayChannelParam[] getChannels()
public void setChannels(SetForbidplayChannelParam[] Channels)
Channels - 要禁播的通道参数,一次最多可以设置200个通道public String getUserId()
public void setUserId(String UserId)
UserId - 用户uin,可以是子用户的也可以是主用户的uinCopyright © 2025. All rights reserved.