public class SelfUnlockAccountConfigDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SelfUnlockAccountConfigDto.Strategy
自助解锁方式,目前支持原密码 + 验证码和验证码两种方式。
|
| 构造器和说明 |
|---|
SelfUnlockAccountConfigDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getEnabled() |
SelfUnlockAccountConfigDto.Strategy |
getStrategy() |
void |
setEnabled(Boolean enabled) |
void |
setStrategy(SelfUnlockAccountConfigDto.Strategy strategy) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public SelfUnlockAccountConfigDto.Strategy getStrategy()
public void setStrategy(SelfUnlockAccountConfigDto.Strategy strategy)
Copyright © 2022. All rights reserved.