public static class UserPoolDetailResponse.CustomDBConfig extends BasicEntity
| 构造器和说明 |
|---|
CustomDBConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserPoolDetailResponse.CustomDBCacheConfig |
getCahceConfig() |
UserPoolDetailResponse.CustomDbConnectionConfig |
getConnection() |
Boolean |
getEnabled() |
UserPoolDetailResponse.CustomDBLoggingConfig |
getLoggingConfig() |
String |
getMode() |
List<UserPoolDetailResponse.CustomDBScriptConfig> |
getScripts() |
void |
setCahceConfig(UserPoolDetailResponse.CustomDBCacheConfig cahceConfig) |
void |
setConnection(UserPoolDetailResponse.CustomDbConnectionConfig connection) |
void |
setEnabled(Boolean enabled) |
void |
setLoggingConfig(UserPoolDetailResponse.CustomDBLoggingConfig loggingConfig) |
void |
setMode(String mode) |
void |
setScripts(List<UserPoolDetailResponse.CustomDBScriptConfig> scripts) |
public UserPoolDetailResponse.CustomDBCacheConfig getCahceConfig()
public void setCahceConfig(UserPoolDetailResponse.CustomDBCacheConfig cahceConfig)
public UserPoolDetailResponse.CustomDbConnectionConfig getConnection()
public void setConnection(UserPoolDetailResponse.CustomDbConnectionConfig connection)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public UserPoolDetailResponse.CustomDBLoggingConfig getLoggingConfig()
public void setLoggingConfig(UserPoolDetailResponse.CustomDBLoggingConfig loggingConfig)
public String getMode()
public void setMode(String mode)
public List<UserPoolDetailResponse.CustomDBScriptConfig> getScripts()
public void setScripts(List<UserPoolDetailResponse.CustomDBScriptConfig> scripts)
Copyright © 2021. All rights reserved.