public class DeleteRocketMQGroupRequest extends AbstractModel
Constructor and Description |
---|
DeleteRocketMQGroupRequest() |
DeleteRocketMQGroupRequest(DeleteRocketMQGroupRequest 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 |
getGroupId()
Get 消费组名称
|
String |
getNamespaceId()
Get 命名空间名称
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setGroupId(String GroupId)
Set 消费组名称
|
void |
setNamespaceId(String NamespaceId)
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 DeleteRocketMQGroupRequest()
public DeleteRocketMQGroupRequest(DeleteRocketMQGroupRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间名称public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 消费组名称Copyright © 2022. All rights reserved.