public class CreateConsumerGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateConsumerGroupRequest() |
CreateConsumerGroupRequest(CreateConsumerGroupRequest 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, which consists of numbers, letters (upper and lower case), or begins with _-..
|
String |
getConsumerGroupName()
Get Consumer group name, which consists of numbers, letters (upper and lower case), or begins with _ - .
|
String |
getDescription()
Get Consumer group description
|
String |
getPassword()
Get Consumer group password, which should be longer than 3 characters.
|
String |
getSubscribeId()
Get Subscription instance ID
|
void |
setAccountName(String AccountName)
Set Account name, which consists of numbers, letters (upper and lower case), or begins with _-..
|
void |
setConsumerGroupName(String ConsumerGroupName)
Set Consumer group name, which consists of numbers, letters (upper and lower case), or begins with _ - .
|
void |
setDescription(String Description)
Set Consumer group description
|
void |
setPassword(String Password)
Set Consumer group password, which should be longer than 3 characters.
|
void |
setSubscribeId(String SubscribeId)
Set 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 CreateConsumerGroupRequest()
public CreateConsumerGroupRequest(CreateConsumerGroupRequest source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId
- Subscription instance IDpublic String getConsumerGroupName()
public void setConsumerGroupName(String ConsumerGroupName)
ConsumerGroupName
- Consumer group name, which consists of numbers, letters (upper and lower case), or begins with _ - . Ends with numbers, letters (upper and lower case). The full name of the actually generated consumer group is in the form: consumer-grp-#{SubscribeId}-#{ConsumerGroupName}.public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- Account name, which consists of numbers, letters (upper and lower case), or begins with _-.. Ends with numbers, letters (upper and lower case). The full name of the actually generated account is in the form: account-#{SubscribeId}-#{AccountName}.public String getPassword()
public void setPassword(String Password)
Password
- Consumer group password, which should be longer than 3 characters.public String getDescription()
public void setDescription(String Description)
Description
- Consumer group descriptionCopyright © 2025. All rights reserved.