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 Topic type
- 0 (default): Log topic.
|
Filter[] |
getFilters()
Get topicName: Filter by **log topic name**.
|
Long |
getLimit()
Get Maximum number of entries per page.
|
Long |
getOffset()
Get Page offset.
|
Long |
getPreciseSearch()
Get Match mode for `Filters` fields.
|
void |
setBizType(Long BizType)
Set Topic type
- 0 (default): Log topic.
|
void |
setFilters(Filter[] Filters)
Set topicName: Filter by **log topic name**.
|
void |
setLimit(Long Limit)
Set Maximum number of entries per page.
|
void |
setOffset(Long Offset)
Set Page offset.
|
void |
setPreciseSearch(Long PreciseSearch)
Set Match mode for `Filters` fields.
|
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, toJsonString
public DescribeTopicsRequest()
public DescribeTopicsRequest(DescribeTopicsRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of entries per page. Default value: 20. Maximum value: 100.public Long getPreciseSearch()
public void setPreciseSearch(Long PreciseSearch)
PreciseSearch
- Match mode for `Filters` fields.
- 0: Fuzzy match for `topicName` and `logsetName`. This is the default value.
- 1: Exact match for `topicName`.
- 2: Exact match for `logsetName`.
- 3: Exact match for `topicName` and `logsetName`.public Long getBizType()
public void setBizType(Long BizType)
BizType
- Topic type
- 0 (default): Log topic.
- 1: Metric topic.Copyright © 2024. All rights reserved.