public class DescribeRocketMQTopicsRequest extends AbstractModel
Constructor and Description |
---|
DescribeRocketMQTopicsRequest() |
DescribeRocketMQTopicsRequest(DescribeRocketMQTopicsRequest 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 |
---|---|
String |
getClusterId()
Get Cluster ID.
|
String |
getFilterName()
Get Search by topic name.
|
String[] |
getFilterType()
Get Filter by topic type.
|
Long |
getLimit()
Get Query limit.
|
String |
getNamespaceId()
Get Namespace.
|
Long |
getOffset()
Get Offset for query.
|
void |
setClusterId(String ClusterId)
Set Cluster ID.
|
void |
setFilterName(String FilterName)
Set Search by topic name.
|
void |
setFilterType(String[] FilterType)
Set Filter by topic type.
|
void |
setLimit(Long Limit)
Set Query limit.
|
void |
setNamespaceId(String NamespaceId)
Set Namespace.
|
void |
setOffset(Long Offset)
Set Offset for query.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRocketMQTopicsRequest()
public DescribeRocketMQTopicsRequest(DescribeRocketMQTopicsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset for query.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Query limit.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID.public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- Namespace.public String[] getFilterType()
public void setFilterType(String[] FilterType)
FilterType
- Filter by topic type. Valid values: `Normal`, `GlobalOrder`, `PartitionedOrder`, `Transaction`.public String getFilterName()
public void setFilterName(String FilterName)
FilterName
- Search by topic name. Fuzzy query is supported.Copyright © 2023. All rights reserved.