Class ListOrganizationChannelsData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ListOrganizationChannelsData
-
public class ListOrganizationChannelsData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListOrganizationChannelsData()ListOrganizationChannelsData(ListOrganizationChannelsData 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 OrganizationChannelInfo[]getList()Get 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。LonggetPageNumber()Get 第几页LonggetPageSize()Get 当前页的设备数量LonggetTotalCount()Get 本次查询的设备通道总数voidsetList(OrganizationChannelInfo[] List)Set 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。voidsetPageNumber(Long PageNumber)Set 第几页voidsetPageSize(Long PageSize)Set 当前页的设备数量voidsetTotalCount(Long TotalCount)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
-
ListOrganizationChannelsData
public ListOrganizationChannelsData()
-
ListOrganizationChannelsData
public ListOrganizationChannelsData(ListOrganizationChannelsData 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
-
getPageNumber
public Long getPageNumber()
Get 第几页- Returns:
- PageNumber 第几页
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 第几页- Parameters:
PageNumber- 第几页
-
getPageSize
public Long getPageSize()
Get 当前页的设备数量- Returns:
- PageSize 当前页的设备数量
-
setPageSize
public void setPageSize(Long PageSize)
Set 当前页的设备数量- Parameters:
PageSize- 当前页的设备数量
-
getTotalCount
public Long getTotalCount()
Get 本次查询的设备通道总数- Returns:
- TotalCount 本次查询的设备通道总数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 本次查询的设备通道总数- Parameters:
TotalCount- 本次查询的设备通道总数
-
getList
public OrganizationChannelInfo[] getList()
Get 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- List 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
setList
public void setList(OrganizationChannelInfo[] List)
Set 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
List- 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
-