public class ServerlessDBAccount extends AbstractModel
Constructor and Description |
---|
ServerlessDBAccount() |
ServerlessDBAccount(ServerlessDBAccount 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 |
---|---|
Long |
getDBConnLimit()
Get 连接数限制
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDBPassword()
Get 密码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDBUser()
Get 用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDBConnLimit(Long DBConnLimit)
Set 连接数限制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDBPassword(String DBPassword)
Set 密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDBUser(String DBUser)
Set 用户名
注意:此字段可能返回 null,表示取不到有效值。
|
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 ServerlessDBAccount()
public ServerlessDBAccount(ServerlessDBAccount source)
public String getDBUser()
public void setDBUser(String DBUser)
DBUser
- 用户名
注意:此字段可能返回 null,表示取不到有效值。public String getDBPassword()
public void setDBPassword(String DBPassword)
DBPassword
- 密码
注意:此字段可能返回 null,表示取不到有效值。public Long getDBConnLimit()
public void setDBConnLimit(Long DBConnLimit)
DBConnLimit
- 连接数限制
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.