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 |
getCatalogName()
Get 数据库目录
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 数据库描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGuid()
Get 数据库GUID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocation()
Get 数据库位置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 数据库名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStorageSize()
Get 数据库存储大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCatalogName(String CatalogName)
Set 数据库目录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 数据库描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGuid(String Guid)
Set 数据库GUID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(String Location)
Set 数据库位置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 数据库名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageSize(Long StorageSize)
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 getGuid()
public void setGuid(String Guid)
Guid - 数据库GUID
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 数据库名称
注意:此字段可能返回 null,表示取不到有效值。public String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName - 数据库目录
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 数据库描述
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location - 数据库位置
注意:此字段可能返回 null,表示取不到有效值。public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize - 数据库存储大小
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.