Class ResetDBInstancePasswordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mongodb.v20190725.models.ResetDBInstancePasswordRequest
-
public class ResetDBInstancePasswordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResetDBInstancePasswordRequest()
ResetDBInstancePasswordRequest(ResetDBInstancePasswordRequest 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 String
getInstanceId()
Get 实例IdString
getPassword()
Get 新密码,新密码长度不能少于8位String
getUserName()
Get 实例账号名void
setInstanceId(String InstanceId)
Set 实例Idvoid
setPassword(String Password)
Set 新密码,新密码长度不能少于8位void
setUserName(String UserName)
Set 实例账号名void
toMap(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
-
ResetDBInstancePasswordRequest
public ResetDBInstancePasswordRequest()
-
ResetDBInstancePasswordRequest
public ResetDBInstancePasswordRequest(ResetDBInstancePasswordRequest 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
-
getUserName
public String getUserName()
Get 实例账号名- Returns:
- UserName 实例账号名
-
setUserName
public void setUserName(String UserName)
Set 实例账号名- Parameters:
UserName
- 实例账号名
-
getPassword
public String getPassword()
Get 新密码,新密码长度不能少于8位- Returns:
- Password 新密码,新密码长度不能少于8位
-
setPassword
public void setPassword(String Password)
Set 新密码,新密码长度不能少于8位- Parameters:
Password
- 新密码,新密码长度不能少于8位
-
-