public class ListChannelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListChannelRequest() |
ListChannelRequest(ListChannelRequest 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 |
---|---|
String |
getAppBizId()
Get 应用ID
|
String |
getBotBizId()
Deprecated.
|
Long[] |
getChannelStatus()
Get 渠道状态 1未发布 2运行中 3已下线
|
Long[] |
getChannelType()
Get 渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人
|
Long |
getPageNumber()
Get 页码
|
Long |
getPageSize()
Get 分页数量
|
void |
setAppBizId(String AppBizId)
Set 应用ID
|
void |
setBotBizId(String BotBizId)
Deprecated.
|
void |
setChannelStatus(Long[] ChannelStatus)
Set 渠道状态 1未发布 2运行中 3已下线
|
void |
setChannelType(Long[] ChannelType)
Set 渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人
|
void |
setPageNumber(Long PageNumber)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 分页数量
|
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, toJsonString
public ListChannelRequest()
public ListChannelRequest(ListChannelRequest source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId
- 应用ID@Deprecated public String getBotBizId()
@Deprecated public void setBotBizId(String BotBizId)
BotBizId
- 应用IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页数量public Long[] getChannelType()
public void setChannelType(Long[] ChannelType)
ChannelType
- 渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人public Long[] getChannelStatus()
public void setChannelStatus(Long[] ChannelStatus)
ChannelStatus
- 渠道状态 1未发布 2运行中 3已下线Copyright © 2025. All rights reserved.