public class ModifyConsumerGroupPasswordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyConsumerGroupPasswordRequest() |
ModifyConsumerGroupPasswordRequest(ModifyConsumerGroupPasswordRequest 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 |
getNewPassword()
Get New password.
|
String |
getOldPassword()
Get Old Password.
|
String |
getSubscribeId()
Get Data subscription instance ID
|
void |
setAccountName(String AccountName)
Set Account name.
|
void |
setConsumerGroupName(String ConsumerGroupName)
Set Consumer group name.
|
void |
setNewPassword(String NewPassword)
Set New password.
|
void |
setOldPassword(String OldPassword)
Set Old Password.
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyConsumerGroupPasswordRequest()
public ModifyConsumerGroupPasswordRequest(ModifyConsumerGroupPasswordRequest source)
public String getSubscribeId()
public void setSubscribeId(String SubscribeId)
SubscribeId
- Data subscription instance IDpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName
- Account name. The full name of the actual account is in the form: account-#{SubscribeId}-#{AccountName}.public 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}.public String getOldPassword()
public void setOldPassword(String OldPassword)
OldPassword
- Old Password.public String getNewPassword()
public void setNewPassword(String NewPassword)
NewPassword
- New password. The character length is no less than 3 and no more than 32.Copyright © 2025. All rights reserved.