Class DescribeAccountPrivilegesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DescribeAccountPrivilegesRequest
-
public class DescribeAccountPrivilegesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccountPrivilegesRequest()DescribeAccountPrivilegesRequest(DescribeAccountPrivilegesRequest 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 StringgetHost()Get 数据库的账号域名。StringgetInstanceId()Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。StringgetUser()Get 数据库的账号名称。voidsetHost(String Host)Set 数据库的账号域名。voidsetInstanceId(String InstanceId)Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。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
-
DescribeAccountPrivilegesRequest
public DescribeAccountPrivilegesRequest()
-
DescribeAccountPrivilegesRequest
public DescribeAccountPrivilegesRequest(DescribeAccountPrivilegesRequest 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,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。- Returns:
- InstanceId 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。- Parameters:
InstanceId- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
-
getUser
public String getUser()
Get 数据库的账号名称。- Returns:
- User 数据库的账号名称。
-
setUser
public void setUser(String User)
Set 数据库的账号名称。- Parameters:
User- 数据库的账号名称。
-
getHost
public String getHost()
Get 数据库的账号域名。- Returns:
- Host 数据库的账号域名。
-
setHost
public void setHost(String Host)
Set 数据库的账号域名。- Parameters:
Host- 数据库的账号域名。
-
-