public class DescribeTenantCcnsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTenantCcnsRequest() | 
| DescribeTenantCcnsRequest(DescribeTenantCcnsRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
`ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]` 
`user-account-id` 用户账号ID,值形如:`["12345678"]``is-security-lock` 是否锁定,值形如:`["true"]` | 
| Long | getLimit()Get 单页返回数据量,可选值0到100之间的整数,默认20。 | 
| Long | getOffset()Get 偏移量,默认0。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
`ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]` 
`user-account-id` 用户账号ID,值形如:`["12345678"]``is-security-lock` 是否锁定,值形如:`["true"]` | 
| void | setLimit(Long Limit)Set 单页返回数据量,可选值0到100之间的整数,默认20。 | 
| void | setOffset(Long Offset)Set 偏移量,默认0。 | 
| 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 DescribeTenantCcnsRequest()
public DescribeTenantCcnsRequest(DescribeTenantCcnsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页返回数据量,可选值0到100之间的整数,默认20。Copyright © 2025. All rights reserved.