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 | 
|---|---|
| String | getBindType()Get 绑定的类型 | 
| String | getDbName()Get 数据库名称 | 
| String | getValidStatus()Get 绑定的状态 | 
| void | setBindType(String BindType)Set 绑定的类型 | 
| void | setDbName(String DbName)Set 数据库名称 | 
| void | setValidStatus(String ValidStatus)Set 绑定的状态 | 
| 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 - 数据库名称public String getValidStatus()
public void setValidStatus(String ValidStatus)
ValidStatus - 绑定的状态public String getBindType()
public void setBindType(String BindType)
BindType - 绑定的类型Copyright © 2025. All rights reserved.