public class ServerlessDBAccount extends AbstractModel
header, skipSign
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 The maximum number of connections
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBPassword()
Get Password
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getDBUser()
Get Username
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBConnLimit(Long DBConnLimit)
Set The maximum number of connections
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBPassword(String DBPassword)
Set Password
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDBUser(String DBUser)
Set Username
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ServerlessDBAccount()
public ServerlessDBAccount(ServerlessDBAccount source)
public String getDBUser()
public void setDBUser(String DBUser)
DBUser
- Username
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDBPassword()
public void setDBPassword(String DBPassword)
DBPassword
- Password
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDBConnLimit()
public void setDBConnLimit(Long DBConnLimit)
DBConnLimit
- The maximum number of connections
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.