public class DatabaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DatabaseInfo() | 
| DatabaseInfo(DatabaseInfo 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 | getComment()Get 数据库描述信息,长度 0~500。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDatabaseName()Get 数据库名称,长度0~128,支持数字、字母下划线,不允许数字大头,统一转换为小写。 | 
| String | getLocation()Get 数据库cos路径 | 
| Property[] | getProperties()Get 数据库属性列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComment(String Comment)Set 数据库描述信息,长度 0~500。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDatabaseName(String DatabaseName)Set 数据库名称,长度0~128,支持数字、字母下划线,不允许数字大头,统一转换为小写。 | 
| void | setLocation(String Location)Set 数据库cos路径 | 
| void | setProperties(Property[] Properties)Set 数据库属性列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 DatabaseInfo()
public DatabaseInfo(DatabaseInfo source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - 数据库名称,长度0~128,支持数字、字母下划线,不允许数字大头,统一转换为小写。public String getComment()
public void setComment(String Comment)
Comment - 数据库描述信息,长度 0~500。
注意:此字段可能返回 null,表示取不到有效值。public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties - 数据库属性列表。
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location - 数据库cos路径Copyright © 2025. All rights reserved.