public class ResetPasswordRequest extends AbstractModel
Constructor and Description |
---|
ResetPasswordRequest() |
ResetPasswordRequest(ResetPasswordRequest 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 |
getInstanceId()
Get Redis实例ID
|
Boolean |
getNoAuth()
Get 是否切换免密实例,false-切换为非免密码实例,true-切换为免密码实例;默认false
|
String |
getPassword()
Get 重置的密码(切换为免密实例时,可不传;其他情况必传)
|
void |
setInstanceId(String InstanceId)
Set Redis实例ID
|
void |
setNoAuth(Boolean NoAuth)
Set 是否切换免密实例,false-切换为非免密码实例,true-切换为免密码实例;默认false
|
void |
setPassword(String Password)
Set 重置的密码(切换为免密实例时,可不传;其他情况必传)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResetPasswordRequest()
public ResetPasswordRequest(ResetPasswordRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Redis实例IDpublic String getPassword()
public void setPassword(String Password)
Password
- 重置的密码(切换为免密实例时,可不传;其他情况必传)public Boolean getNoAuth()
public void setNoAuth(Boolean NoAuth)
NoAuth
- 是否切换免密实例,false-切换为非免密码实例,true-切换为免密码实例;默认falseCopyright © 2022. All rights reserved.