public class DeleteConsumerGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteConsumerGroupRequest() |
DeleteConsumerGroupRequest(DeleteConsumerGroupRequest 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 |
getAccountName()
Get Account name.
|
String |
getConsumerGroupName()
Get Consumer group name.
|
String |
getSubscribeId()
Get ID of the data subscription instance
|
void |
setAccountName(String AccountName)
Set Account name.
|
void |
setConsumerGroupName(String ConsumerGroupName)
Set Consumer group name.
|
void |
setSubscribeId(String SubscribeId)
Set ID of the data subscription instance
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteConsumerGroupRequest()
public DeleteConsumerGroupRequest(DeleteConsumerGroupRequest source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId
- ID of the data subscription instancepublic String getConsumerGroupName()
public void setConsumerGroupName(String ConsumerGroupName)
ConsumerGroupName
- Consumer group name. The full name of the actual consumer group is in the form: consumer-grp-#{SubscribeId}-#{ConsumerGroupName}.Please make sure the consumer group name is correct.public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- Account name. The full name of the actual account is in the form: account-#{SubscribeId}-#{AccountName}.Please make sure the account name is correct.Copyright © 2025. All rights reserved.