public class Account extends AbstractModel
header, skipSign
Constructor and Description |
---|
Account() |
Account(Account 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 |
---|---|
String |
getAccountName()
Get Database account name
|
String |
getCreateTime()
Get Creation time
|
String |
getDescription()
Get Database account description
|
String |
getHost()
Get Host
|
Long |
getMaxUserConnections()
Get The max connections
|
String |
getUpdateTime()
Get Update time
|
void |
setAccountName(String AccountName)
Set Database account name
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDescription(String Description)
Set Database account description
|
void |
setHost(String Host)
Set Host
|
void |
setMaxUserConnections(Long MaxUserConnections)
Set The max connections
|
void |
setUpdateTime(String UpdateTime)
Set Update time
|
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 Account()
public Account(Account source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- Database account namepublic String getDescription()
public void setDescription(String Description)
Description
- Database account descriptionpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic String getHost()
public void setHost(String Host)
Host
- Hostpublic Long getMaxUserConnections()
public void setMaxUserConnections(Long MaxUserConnections)
MaxUserConnections
- The max connectionsCopyright © 2024. All rights reserved.