public class CreateRabbitMQServerlessUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRabbitMQServerlessUserRequest() |
CreateRabbitMQServerlessUserRequest(CreateRabbitMQServerlessUserRequest 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 the user.
|
Long |
getMaxConnections()
Get Specifies the maximum number of connections for this user.
|
String |
getPassword()
Get Password.
|
String[] |
getTags()
Get The serverless instance field is invalid.
|
String |
getUser()
Get Specifies the username used when logging in.
|
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 the 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 The serverless instance field is invalid.
|
void |
setUser(String User)
Set Specifies the username used when logging in.
|
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 CreateRabbitMQServerlessUserRequest()
public CreateRabbitMQServerlessUserRequest(CreateRabbitMQServerlessUserRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- instance IDpublic String getUser()
public void setUser(String User)
User
- Specifies the username used when logging in.public String getPassword()
public void setPassword(String Password)
Password
- Password. specifies the password used when logging in.public String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic String[] getTags()
public void setTags(String[] Tags)
Tags
- The serverless instance field is invalid.public Long getMaxConnections()
public void setMaxConnections(Long MaxConnections)
MaxConnections
- Specifies the maximum number of connections for this user. if not specified, there is no limit.public Long getMaxChannels()
public void setMaxChannels(Long MaxChannels)
MaxChannels
- Specifies the maximum number of channels for the user. if not specified, there is no limit.Copyright © 2025. All rights reserved.