public class ModifyRabbitMQUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRabbitMQUserRequest() |
ModifyRabbitMQUserRequest(ModifyRabbitMQUserRequest 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 Cluster instance ID
|
Long |
getMaxChannels()
Get The maximum number of channels for the user.
|
Long |
getMaxConnections()
Get The maximum number of connections for the user.
|
String |
getPassword()
Get Password, which is used for login.
|
String[] |
getTags()
Get User tag, which defines a user's permission scope for accessing RabbitMQ Management.
|
String |
getUser()
Get Username, which is used for login.
|
void |
setDescription(String Description)
Set Description.
|
void |
setInstanceId(String InstanceId)
Set Cluster instance ID
|
void |
setMaxChannels(Long MaxChannels)
Set The maximum number of channels for the user.
|
void |
setMaxConnections(Long MaxConnections)
Set The maximum number of connections for the user.
|
void |
setPassword(String Password)
Set Password, which is used for login.
|
void |
setTags(String[] Tags)
Set User tag, which defines a user's permission scope for accessing RabbitMQ Management.
|
void |
setUser(String User)
Set Username, which is used for login.
|
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 ModifyRabbitMQUserRequest()
public ModifyRabbitMQUserRequest(ModifyRabbitMQUserRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster instance IDpublic String getUser()
public void setUser(String User)
User
- Username, which is used for login.public String getPassword()
public void setPassword(String Password)
Password
- Password, which is used for login.public String getDescription()
public void setDescription(String Description)
Description
- Description. If this parameter is not passed in, it won't be modified.public String[] getTags()
public void setTags(String[] Tags)
Tags
- User tag, which defines a user's permission scope for accessing RabbitMQ Management. If this parameter is not passed in, it won't be modified.public Long getMaxConnections()
public void setMaxConnections(Long MaxConnections)
MaxConnections
- The maximum number of connections for the user. If this parameter is not passed in, it won't be modified.public Long getMaxChannels()
public void setMaxChannels(Long MaxChannels)
MaxChannels
- The maximum number of channels for the user. If this parameter is not passed in, it won't be modified.Copyright © 2024. All rights reserved.