public class DescribeTopicsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTopicsRequest() |
DescribeTopicsRequest(DescribeTopicsRequest 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 |
---|---|
Long |
getBizType()
Get 主题类型
0:日志主题,默认值
1:指标主题
|
FilterCls[] |
getFilters()
Get topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,Filter.Values 当要查询访问日志时为access,查询攻击日志时为attack注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
|
Long |
getLimit()
Get 分页单页限制数目,默认值为20,最大值100。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
Long |
getPreciseSearch()
Get 控制Filters相关字段是否为精确匹配。
0: 默认值,topicName 和 logsetName 模糊匹配
1: topicName 精确匹配
2: logsetName精确匹配
3: topicName 和logsetName 都精确匹配
|
void |
setBizType(Long BizType)
Set 主题类型
0:日志主题,默认值
1:指标主题
|
void |
setFilters(FilterCls[] Filters)
Set topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,Filter.Values 当要查询访问日志时为access,查询攻击日志时为attack注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
|
void |
setLimit(Long Limit)
Set 分页单页限制数目,默认值为20,最大值100。
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。
|
void |
setPreciseSearch(Long PreciseSearch)
Set 控制Filters相关字段是否为精确匹配。
0: 默认值,topicName 和 logsetName 模糊匹配
1: topicName 精确匹配
2: logsetName精确匹配
3: topicName 和logsetName 都精确匹配
|
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 DescribeTopicsRequest()
public DescribeTopicsRequest(DescribeTopicsRequest source)
public FilterCls[] getFilters()
public void setFilters(FilterCls[] Filters)
Filters
- public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页限制数目,默认值为20,最大值100。public Long getPreciseSearch()
public void setPreciseSearch(Long PreciseSearch)
PreciseSearch
- 控制Filters相关字段是否为精确匹配。
public Long getBizType()
public void setBizType(Long BizType)
BizType
- 主题类型
Copyright © 2025. All rights reserved.