Class ModifyRabbitMQUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.ModifyRabbitMQUserRequest
-
public class ModifyRabbitMQUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 描述,不传则不修改StringgetInstanceId()Get 集群实例IdLonggetMaxChannels()Get 该用户的最大channel数,不传则不修改LonggetMaxConnections()Get 该用户的最大连接数,不传则不修改StringgetPassword()Get 密码,登录时使用String[]getTags()Get 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改StringgetUser()Get 用户名,登录时使用voidsetDescription(String Description)Set 描述,不传则不修改voidsetInstanceId(String InstanceId)Set 集群实例IdvoidsetMaxChannels(Long MaxChannels)Set 该用户的最大channel数,不传则不修改voidsetMaxConnections(Long MaxConnections)Set 该用户的最大连接数,不传则不修改voidsetPassword(String Password)Set 密码,登录时使用voidsetTags(String[] Tags)Set 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改voidsetUser(String User)Set 用户名,登录时使用voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyRabbitMQUserRequest
public ModifyRabbitMQUserRequest()
-
ModifyRabbitMQUserRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 集群实例Id- Returns:
- InstanceId 集群实例Id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 集群实例Id- Parameters:
InstanceId- 集群实例Id
-
getUser
public String getUser()
Get 用户名,登录时使用- Returns:
- User 用户名,登录时使用
-
setUser
public void setUser(String User)
Set 用户名,登录时使用- Parameters:
User- 用户名,登录时使用
-
getPassword
public String getPassword()
Get 密码,登录时使用- Returns:
- Password 密码,登录时使用
-
setPassword
public void setPassword(String Password)
Set 密码,登录时使用- Parameters:
Password- 密码,登录时使用
-
getDescription
public String getDescription()
Get 描述,不传则不修改- Returns:
- Description 描述,不传则不修改
-
setDescription
public void setDescription(String Description)
Set 描述,不传则不修改- Parameters:
Description- 描述,不传则不修改
-
getTags
public String[] getTags()
Get 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改- Returns:
- Tags 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
-
setTags
public void setTags(String[] Tags)
Set 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改- Parameters:
Tags- 用户标签,用于决定改用户访问RabbitMQ Management的权限范围,不传则不修改
-
getMaxConnections
public Long getMaxConnections()
Get 该用户的最大连接数,不传则不修改- Returns:
- MaxConnections 该用户的最大连接数,不传则不修改
-
setMaxConnections
public void setMaxConnections(Long MaxConnections)
Set 该用户的最大连接数,不传则不修改- Parameters:
MaxConnections- 该用户的最大连接数,不传则不修改
-
getMaxChannels
public Long getMaxChannels()
Get 该用户的最大channel数,不传则不修改- Returns:
- MaxChannels 该用户的最大channel数,不传则不修改
-
setMaxChannels
public void setMaxChannels(Long MaxChannels)
Set 该用户的最大channel数,不传则不修改- Parameters:
MaxChannels- 该用户的最大channel数,不传则不修改
-
-