public class DatabaseMeta extends AbstractModel
header, skipSign
Constructor and Description |
---|
DatabaseMeta() |
DatabaseMeta(DatabaseMeta 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 |
getCatalog()
Get Data Source Type: hive/mysql/hbase, etc.
|
String |
getCategory()
Get Data Source Category: Binding Engine, Binding Database, Available Values: DB, ENGINE
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCreateTime()
Get Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatabaseId()
Get Database ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatabaseName()
Get Database Name
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getDatasourceId()
Get Data Source IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatasourceName()
Get Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDescription()
Get Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDisplayName()
Get Data Source Display Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getInstance()
Get Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getMetastoreType()
Get Technology Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getOwnerAccountName()
Get Person in Charge Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectDisplayName()
Get Project Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectId()
Get Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectName()
Get Project English Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRegion()
Get Data Source Engine Region
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStatus()
Get Visibility of the data source, where 1 is visible and 0 is not visible.
|
Long |
getStorageSize()
Get Storage Size in bytes
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStorageSizeWithUnit()
Get Formatted Storage Size, with unit, e.g., 12B
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCatalog(String Catalog)
Set Data Source Type: hive/mysql/hbase, etc.
|
void |
setCategory(String Category)
Set Data Source Category: Binding Engine, Binding Database, Available Values: DB, ENGINE
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation TimeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseId(String DatabaseId)
Set Database ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseName(String DatabaseName)
Set Database Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatasourceId(Long DatasourceId)
Set Data Source IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatasourceName(String DatasourceName)
Set Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDescription(String Description)
Set Data source description informationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDisplayName(String DisplayName)
Set Data Source Display Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstance(String Instance)
Set Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setMetastoreType(String MetastoreType)
Set Technology Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setOwnerAccountName(String OwnerAccountName)
Set Person in Charge Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectDisplayName(String ProjectDisplayName)
Set Project Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectId(String ProjectId)
Set Project IDNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectName(String ProjectName)
Set Project English Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRegion(String Region)
Set Data Source Engine Region
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatus(Long Status)
Set Visibility of the data source, where 1 is visible and 0 is not visible.
|
void |
setStorageSize(Long StorageSize)
Set Storage Size in bytes
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStorageSizeWithUnit(String StorageSizeWithUnit)
Set Formatted Storage Size, with unit, e.g., 12B
Note: This field may return null, indicating that no valid value 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 DatabaseMeta()
public DatabaseMeta(DatabaseMeta source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDNote: This field may return null, indicating that no valid value can be obtained.public String getMetastoreType()
public void setMetastoreType(String MetastoreType)
MetastoreType
- Technology Type
Note: This field may return null, indicating that no valid value can be obtained.public String getDatasourceName()
public void setDatasourceName(String DatasourceName)
DatasourceName
- Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.public Long getDatasourceId()
public void setDatasourceId(Long DatasourceId)
DatasourceId
- Data Source IDNote: This field may return null, indicating that no valid value can be obtained.public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project English Name
Note: This field may return null, indicating that no valid value can be obtained.public String getCategory()
public void setCategory(String Category)
Category
- Data Source Category: Binding Engine, Binding Database, Available Values: DB, ENGINE
Note: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Data source description informationNote: This field may return null, indicating that no valid value can be obtained.public String getInstance()
public void setInstance(String Instance)
Instance
- Instance ID of the data source engine, e.g., CDB Instance IDNote: This field may return null, indicating that no valid value can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- Data Source Engine Region
Note: This field may return null, indicating that no valid value can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Visibility of the data source, where 1 is visible and 0 is not visible. Default is 1Note: This field may return null, indicating that no valid value can be obtained.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database Name
Note: This field may return null, indicating that no valid value can be obtained.public String getProjectDisplayName()
public void setProjectDisplayName(String ProjectDisplayName)
ProjectDisplayName
- Project Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.public String getOwnerAccountName()
public void setOwnerAccountName(String OwnerAccountName)
OwnerAccountName
- Person in Charge Name
Note: This field may return null, indicating that no valid value can be obtained.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- Data Source Display Name
Note: This field may return null, indicating that no valid value can be obtained.public String getDatabaseId()
public void setDatabaseId(String DatabaseId)
DatabaseId
- Database ID
Note: This field may return null, indicating that no valid value can be obtained.public String getCatalog()
public void setCatalog(String Catalog)
Catalog
- Data Source Type: hive/mysql/hbase, etc.
Note: This field may return null, indicating that no valid value can be obtained.public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- Storage Size in bytes
Note: This field may return null, indicating that no valid value can be obtained.public String getStorageSizeWithUnit()
public void setStorageSizeWithUnit(String StorageSizeWithUnit)
StorageSizeWithUnit
- Formatted Storage Size, with unit, e.g., 12B
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation TimeNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.