public class ResetPasswordRequest extends AbstractModel
Constructor and Description |
---|
ResetPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
获取Redis实例ID
|
Boolean |
getNoAuth()
获取是否切换免密实例,false-切换为非免密码实例,true-切换为免密码实例;默认false
|
String |
getPassword()
获取重置的密码(切换为免密实例时,可不传;其他情况必传)
|
void |
setInstanceId(String InstanceId)
设置Redis实例ID
|
void |
setNoAuth(Boolean NoAuth)
设置是否切换免密实例,false-切换为非免密码实例,true-切换为免密码实例;默认false
|
void |
setPassword(String Password)
设置重置的密码(切换为免密实例时,可不传;其他情况必传)
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2019. All rights reserved.