Class DeleteRabbitMQUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DeleteRabbitMQUserRequest
-
public class DeleteRabbitMQUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRabbitMQUserRequest()DeleteRabbitMQUserRequest(DeleteRabbitMQUserRequest 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 StringgetInstanceId()Get 集群实例IdStringgetUser()Get 用户名,登录时使用voidsetInstanceId(String InstanceId)Set 集群实例IdvoidsetUser(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
-
DeleteRabbitMQUserRequest
public DeleteRabbitMQUserRequest()
-
DeleteRabbitMQUserRequest
public DeleteRabbitMQUserRequest(DeleteRabbitMQUserRequest 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- 用户名,登录时使用
-
-