public class ModifyRabbitMQServerlessUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRabbitMQServerlessUserRequest() |
ModifyRabbitMQServerlessUserRequest(ModifyRabbitMQServerlessUserRequest 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 |
getDescription()
Get Description.
|
String |
getInstanceId()
Get instance ID
|
Long |
getMaxChannels()
Get Specifies the maximum number of channels for this user.
|
Long |
getMaxConnections()
Get Specifies the maximum number of connections for this user.
|
String |
getPassword()
Get Password.
|
String[] |
getTags()
Get User tag.
|
String |
getUser()
Get Specifies the username.
|
void |
setDescription(String Description)
Set Description.
|
void |
setInstanceId(String InstanceId)
Set instance ID
|
void |
setMaxChannels(Long MaxChannels)
Set Specifies the maximum number of channels for this user.
|
void |
setMaxConnections(Long MaxConnections)
Set Specifies the maximum number of connections for this user.
|
void |
setPassword(String Password)
Set Password.
|
void |
setTags(String[] Tags)
Set User tag.
|
void |
setUser(String User)
Set Specifies the username.
|
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 ModifyRabbitMQServerlessUserRequest()
public ModifyRabbitMQServerlessUserRequest(ModifyRabbitMQServerlessUserRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- instance IDpublic String getUser()
public void setUser(String User)
User
- Specifies the username.public String getPassword()
public void setPassword(String Password)
Password
- Password. specifies the password.public String getDescription()
public void setDescription(String Description)
Description
- Description. if not provided, no modification will be made.public String[] getTags()
public void setTags(String[] Tags)
Tags
- User tag. specifies to determine the access permission scope of this user to RabbitMQ Management. if it is not passed in, no modification will be made.public Long getMaxConnections()
public void setMaxConnections(Long MaxConnections)
MaxConnections
- Specifies the maximum number of connections for this user. if not provided, it will not be modified.public Long getMaxChannels()
public void setMaxChannels(Long MaxChannels)
MaxChannels
- Specifies the maximum number of channels for this user. if not provided, it will not be modified.Copyright © 2025. All rights reserved.