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 Cluster ID | 
| String | getNamespaceId()Get Namespace name | 
| String | getTopic()Get Topic name | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setNamespaceId(String NamespaceId)Set Namespace name | 
| void | setTopic(String Topic)Set Topic name | 
| 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, toJsonStringpublic DeleteRocketMQTopicRequest()
public DeleteRocketMQTopicRequest(DeleteRocketMQTopicRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - Namespace namepublic String getTopic()
public void setTopic(String Topic)
Topic - Topic nameCopyright © 2023. All rights reserved.