public class DbInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DbInfo() |
DbInfo(DbInfo 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 |
getAppId()
Get User appid Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCharacterSet()
Get Character set
|
String |
getClusterId()
Get Cluster ID Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCollateRule()
Get Collation
|
String |
getCreateTime()
Get Creation time Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDbId()
Get Database ID Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDbName()
Get Database name
|
String |
getDescription()
Get Database remarks Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Database status
|
String |
getUin()
Get User Uin Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUpdateTime()
Get Update time Note: This field may return null, indicating that no valid values can be obtained.
|
UserHostPrivilege[] |
getUserHostPrivileges()
Get User permissions Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppId(Long AppId)
Set User appid Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCharacterSet(String CharacterSet)
Set Character set
|
void |
setClusterId(String ClusterId)
Set Cluster ID Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCollateRule(String CollateRule)
Set Collation
|
void |
setCreateTime(String CreateTime)
Set Creation time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDbId(Long DbId)
Set Database ID Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDbName(String DbName)
Set Database name
|
void |
setDescription(String Description)
Set Database remarks Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Database status
|
void |
setUin(String Uin)
Set User Uin Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdateTime(String UpdateTime)
Set Update time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
Set User permissions 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 DbInfo()
public DbInfo(DbInfo source)
public String getDbName()
public void setDbName(String DbName)
DbName
- Database namepublic String getCharacterSet()
public void setCharacterSet(String CharacterSet)
CharacterSet
- Character setpublic String getStatus()
public void setStatus(String Status)
Status
- Database statuspublic String getCollateRule()
public void setCollateRule(String CollateRule)
CollateRule
- Collationpublic String getDescription()
public void setDescription(String Description)
Description
- Database remarks Note: This field may return null, indicating that no valid values can be obtained.public UserHostPrivilege[] getUserHostPrivileges()
public void setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
UserHostPrivileges
- User permissions Note: This field may return null, indicating that no valid values can be obtained.public Long getDbId()
public void setDbId(Long DbId)
DbId
- Database ID Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time Note: This field may return null, indicating that no valid values can be obtained.public Long getAppId()
public void setAppId(Long AppId)
AppId
- User appid Note: This field may return null, indicating that no valid values can be obtained.public String getUin()
public void setUin(String Uin)
Uin
- User Uin Note: This field may return null, indicating that no valid values can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster ID Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.