public class DescribeDashboardsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDashboardsRequest() |
DescribeDashboardsRequest(DescribeDashboardsRequest 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 - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
Long |
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
TopicIdAndRegion[] |
getTopicIdRegionFilter()
Get 按照topicId和regionId过滤。
|
void |
setFilters(Filter[] Filters)
Set - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
void |
setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。
|
void |
setTopicIdRegionFilter(TopicIdAndRegion[] TopicIdRegionFilter)
Set 按照topicId和regionId过滤。
|
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 DescribeDashboardsRequest()
public DescribeDashboardsRequest(DescribeDashboardsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页限制数目,默认值为20,最大值100。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
每次请求的Filters的上限为10,Filter.Values的上限为100。public TopicIdAndRegion[] getTopicIdRegionFilter()
public void setTopicIdRegionFilter(TopicIdAndRegion[] TopicIdRegionFilter)
TopicIdRegionFilter
- 按照topicId和regionId过滤。Copyright © 2024. All rights reserved.