public class TableBasicInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableBasicInfo() |
TableBasicInfo(TableBasicInfo 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 |
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 nameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatasourceId()
Get Data Source Global Unique ID
Note: 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 Table Description
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getEngineType()
Get Engine/Storage Type
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getFileCount()
Get Number of Files
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getIsPartitionTable()
Get Whether it is a partitioned table, 0-Full Table 1-Partition Table
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getLocation()
Get Storage locationNote: This field may return null, indicating that no valid value can be obtained.
|
String[] |
getPartitionColumns()
Get Partition field list
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getPartitionCount()
Get Total Partitions (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getPartitionExpireDays()
Get Lifecycle - Partition Retention Days [Effective during Partition Retention Policy]
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getPartitionFieldCount()
Get Number of partition fields (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getProjectDisplayName()
Get Project English and 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 Name in English
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getReplicaCount()
Get Replica quantityNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getStorageFormat()
Get Storage Format
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStorageLocation()
Get Storage locationNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getStorageSize()
Get Storage Volume, Byte Count
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStorageSizeWithUnit()
Get Storage Volume, Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableId()
Get Global Unique ID of the Table
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableName()
Get Table NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableOwnerId()
Get Responsible Person ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableOwnerName()
Get Person in Charge
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableType()
Get Table Types, such as View, External Table, etc.
|
Long |
getTotalSizeMb()
Get Cumulative storage [MB]
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getUpdateTime()
Get Update timeNote: 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 nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatasourceId(String DatasourceId)
Set Data Source Global Unique ID
Note: 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 Table Description
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEngineType(String EngineType)
Set Engine/Storage Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setFileCount(Long FileCount)
Set Number of Files
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setIsPartitionTable(Long IsPartitionTable)
Set Whether it is a partitioned table, 0-Full Table 1-Partition Table
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setLocation(String Location)
Set Storage locationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setPartitionColumns(String[] PartitionColumns)
Set Partition field list
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPartitionCount(Long PartitionCount)
Set Total Partitions (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPartitionExpireDays(Long PartitionExpireDays)
Set Lifecycle - Partition Retention Days [Effective during Partition Retention Policy]
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setPartitionFieldCount(Long PartitionFieldCount)
Set Number of partition fields (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProjectDisplayName(String ProjectDisplayName)
Set Project English and 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 Name in English
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setReplicaCount(Long ReplicaCount)
Set Replica quantityNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStorageFormat(String StorageFormat)
Set Storage Format
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStorageLocation(Long StorageLocation)
Set Storage locationNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStorageSize(Long StorageSize)
Set Storage Volume, Byte Count
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStorageSizeWithUnit(String StorageSizeWithUnit)
Set Storage Volume, Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableId(String TableId)
Set Global Unique ID of the Table
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableName(String TableName)
Set Table NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableOwnerId(String TableOwnerId)
Set Responsible Person ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableOwnerName(String TableOwnerName)
Set Person in Charge
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableType(String TableType)
Set Table Types, such as View, External Table, etc.
|
void |
setTotalSizeMb(Long TotalSizeMb)
Set Cumulative storage [MB]
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setUpdateTime(String UpdateTime)
Set Update timeNote: 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 TableBasicInfo()
public TableBasicInfo(TableBasicInfo source)
public String getTableId()
public void setTableId(String TableId)
TableId
- Global Unique ID of the Table
Note: This field may return null, indicating that no valid value can be obtained.public String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId
- Data Source Global Unique ID
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 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 getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database nameNote: This field may return null, indicating that no valid value can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName
- Table NameNote: This field may return null, indicating that no valid value can be obtained.public String getEngineType()
public void setEngineType(String EngineType)
EngineType
- Engine/Storage Type
Note: This field may return null, indicating that no valid value can be obtained.public String getTableType()
public void setTableType(String TableType)
TableType
- Table Types, such as View, External Table, etc.
Note: This field may return null, indicating that no valid value can be obtained.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 getProjectName()
public void setProjectName(String ProjectName)
ProjectName
- Project Name in English
Note: This field may return null, indicating that no valid value can be obtained.public String getProjectDisplayName()
public void setProjectDisplayName(String ProjectDisplayName)
ProjectDisplayName
- Project English and Chinese Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTableOwnerId()
public void setTableOwnerId(String TableOwnerId)
TableOwnerId
- Responsible Person ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTableOwnerName()
public void setTableOwnerName(String TableOwnerName)
TableOwnerName
- Person in Charge
Note: This field may return null, indicating that no valid value can be obtained.public Long getStorageLocation()
public void setStorageLocation(Long StorageLocation)
StorageLocation
- Storage locationNote: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Table Description
Note: This field may return null, indicating that no valid value can be obtained.public Long getIsPartitionTable()
public void setIsPartitionTable(Long IsPartitionTable)
IsPartitionTable
- Whether it is a partitioned table, 0-Full Table 1-Partition Table
Note: This field may return null, indicating that no valid value can be obtained.public String[] getPartitionColumns()
public void setPartitionColumns(String[] PartitionColumns)
PartitionColumns
- Partition field list
Note: This field may return null, indicating that no valid value can be obtained.public String getStorageFormat()
public void setStorageFormat(String StorageFormat)
StorageFormat
- Storage Format
Note: This field may return null, indicating that no valid value can be obtained.public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- Storage Volume, Byte Count
Note: This field may return null, indicating that no valid value can be obtained.public String getStorageSizeWithUnit()
public void setStorageSizeWithUnit(String StorageSizeWithUnit)
StorageSizeWithUnit
- Storage Volume, Unit
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalSizeMb()
public void setTotalSizeMb(Long TotalSizeMb)
TotalSizeMb
- Cumulative storage [MB]
Note: This field may return null, indicating that no valid value can be obtained.public Long getReplicaCount()
public void setReplicaCount(Long ReplicaCount)
ReplicaCount
- Replica quantityNote: This field may return null, indicating that no valid value can be obtained.public Long getFileCount()
public void setFileCount(Long FileCount)
FileCount
- Number of Files
Note: This field may return null, indicating that no valid value can be obtained.public Long getPartitionCount()
public void setPartitionCount(Long PartitionCount)
PartitionCount
- Total Partitions (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.public Long getPartitionFieldCount()
public void setPartitionFieldCount(Long PartitionFieldCount)
PartitionFieldCount
- Number of partition fields (including hive, iceberg)
Note: This field may return null, indicating that no valid value can be obtained.public Long getPartitionExpireDays()
public void setPartitionExpireDays(Long PartitionExpireDays)
PartitionExpireDays
- Lifecycle - Partition Retention Days [Effective during Partition Retention Policy]
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.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timeNote: This field may return null, indicating that no valid value can be obtained.public String getLocation()
public void setLocation(String Location)
Location
- Storage locationNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.