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 按照【标签键值对】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。 类型:String 必选:否 每次请求的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 按照【标签键值对】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。 类型:String 必选:否 每次请求的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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - public TopicIdAndRegion[] getTopicIdRegionFilter()
public void setTopicIdRegionFilter(TopicIdAndRegion[] TopicIdRegionFilter)
TopicIdRegionFilter - 按照topicId和regionId过滤。Copyright © 2023. All rights reserved.