public class DescribeRocketMQTopicStatsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRocketMQTopicStatsRequest() |
DescribeRocketMQTopicStatsRequest(DescribeRocketMQTopicStatsRequest 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 实例ID
|
String |
getNamespaceId()
Get 命名空间
|
String |
getTopicName()
Get 主题名
|
void |
setClusterId(String ClusterId)
Set 实例ID
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间
|
void |
setTopicName(String TopicName)
Set 主题名
|
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 DescribeRocketMQTopicStatsRequest()
public DescribeRocketMQTopicStatsRequest(DescribeRocketMQTopicStatsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 实例IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名Copyright © 2024. All rights reserved.