public class DeleteRocketMQTopicRequest extends AbstractModel
Constructor and Description |
---|
DeleteRocketMQTopicRequest() |
DeleteRocketMQTopicRequest(DeleteRocketMQTopicRequest 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 |
getTopic()
Get 主题名称
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间名称
|
void |
setTopic(String Topic)
Set 主题名称
|
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 DeleteRocketMQTopicRequest()
public DeleteRocketMQTopicRequest(DeleteRocketMQTopicRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间名称public String getTopic()
public void setTopic(String Topic)
Topic
- 主题名称Copyright © 2022. All rights reserved.