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. 
 | 
String | 
getCharacterSet()
Get Character set 
 | 
String | 
getClusterId()
Get Cluster ID 
 | 
String | 
getCollateRule()
Get Collation 
 | 
String | 
getCreateTime()
Get Creation time 
 | 
Long | 
getDbId()
Get Database ID 
 | 
String | 
getDbName()
Get Database name 
 | 
String | 
getDescription()
Get Specifies the remark of the database. 
 | 
String | 
getStatus()
Get Database status 
 | 
String | 
getUin()
Get User UIN 
 | 
String | 
getUpdateTime()
Get Update time. 
 | 
UserHostPrivilege[] | 
getUserHostPrivileges()
Get User permission 
 | 
void | 
setAppId(Long AppId)
Set User appid. 
 | 
void | 
setCharacterSet(String CharacterSet)
Set Character set 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setCollateRule(String CollateRule)
Set Collation 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time 
 | 
void | 
setDbId(Long DbId)
Set Database ID 
 | 
void | 
setDbName(String DbName)
Set Database name 
 | 
void | 
setDescription(String Description)
Set Specifies the remark of the database. 
 | 
void | 
setStatus(String Status)
Set Database status 
 | 
void | 
setUin(String Uin)
Set User UIN 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Update time. 
 | 
void | 
setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
Set User permission 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - Specifies the remark of the database.public UserHostPrivilege[] getUserHostPrivileges()
public void setUserHostPrivileges(UserHostPrivilege[] UserHostPrivileges)
UserHostPrivileges - User permissionpublic Long getDbId()
public void setDbId(Long DbId)
DbId - Database IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time.public Long getAppId()
public void setAppId(Long AppId)
AppId - User appid.public String getUin()
public void setUin(String Uin)
Uin - User UINpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDCopyright © 2025. All rights reserved.