Class ListOrganizationChannelsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ListOrganizationChannelsRequest
-
public class ListOrganizationChannelsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListOrganizationChannelsRequest()ListOrganizationChannelsRequest(ListOrganizationChannelsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelName()Get 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节StringgetDeviceName()Get 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节StringgetOrganizationId()Get 组织IDLonggetPageNumber()Get 第几页LonggetPageSize()Get 每页最大数量voidsetChannelName(String ChannelName)Set 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节voidsetDeviceName(String DeviceName)Set 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节voidsetOrganizationId(String OrganizationId)Set 组织IDvoidsetPageNumber(Long PageNumber)Set 第几页voidsetPageSize(Long PageSize)Set 每页最大数量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListOrganizationChannelsRequest
public ListOrganizationChannelsRequest()
-
ListOrganizationChannelsRequest
public ListOrganizationChannelsRequest(ListOrganizationChannelsRequest 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.
-
-
Method Detail
-
getOrganizationId
public String getOrganizationId()
Get 组织ID- Returns:
- OrganizationId 组织ID
-
setOrganizationId
public void setOrganizationId(String OrganizationId)
Set 组织ID- Parameters:
OrganizationId- 组织ID
-
getPageSize
public Long getPageSize()
Get 每页最大数量- Returns:
- PageSize 每页最大数量
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页最大数量- Parameters:
PageSize- 每页最大数量
-
getPageNumber
public Long getPageNumber()
Get 第几页- Returns:
- PageNumber 第几页
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 第几页- Parameters:
PageNumber- 第几页
-
getDeviceName
public String getDeviceName()
Get 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节- Returns:
- DeviceName 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节- Parameters:
DeviceName- 查询条件,则按照设备名称查询 查询条件同时只有一个生效。长度不超过32字节
-
getChannelName
public String getChannelName()
Get 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节- Returns:
- ChannelName 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节
-
setChannelName
public void setChannelName(String ChannelName)
Set 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节- Parameters:
ChannelName- 查询条件,则按照通道名称查询 查询条件同时只有一个生效。长度不超过32字节
-
-