public class ModifyConsumerGroupDescriptionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyConsumerGroupDescriptionRequest() |
ModifyConsumerGroupDescriptionRequest(ModifyConsumerGroupDescriptionRequest 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 |
getDescription()
Get Updated description of the consumer group
|
String |
getSubscribeId()
Get Data subscription instance ID
|
void |
setAccountName(String AccountName)
Set Account name.
|
void |
setConsumerGroupName(String ConsumerGroupName)
Set Consumer group name.
|
void |
setDescription(String Description)
Set Updated description of the consumer group
|
void |
setSubscribeId(String SubscribeId)
Set Data subscription instance ID
|
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 ModifyConsumerGroupDescriptionRequest()
public ModifyConsumerGroupDescriptionRequest(ModifyConsumerGroupDescriptionRequest source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId
- Data subscription instance IDpublic 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.public String getDescription()
public void setDescription(String Description)
Description
- Updated description of the consumer groupCopyright © 2024. All rights reserved.