Class TableResponseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.TableResponseInfo
-
public class TableResponseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TableResponseInfo()TableResponseInfo(TableResponseInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Column[]getColumns()Get 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。StringgetInputFormat()Get 数据格式。 注意:此字段可能返回 null,表示取不到有效值。StringgetLocation()Get 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetMapMaterializedViewName()Get xxxx 注意:此字段可能返回 null,表示取不到有效值。StringgetModifiedTime()Get 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。Partition[]getPartitions()Get 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。Property[]getProperties()Get 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。LonggetRecordCount()Get 数据表行数 注意:此字段可能返回 null,表示取不到有效值。LonggetStorageSize()Get 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。TableBaseInfogetTableBaseInfo()Get 数据表基本信息。voidsetColumns(Column[] Columns)Set 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。voidsetInputFormat(String InputFormat)Set 数据格式。 注意:此字段可能返回 null,表示取不到有效值。voidsetLocation(String Location)Set 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetMapMaterializedViewName(String MapMaterializedViewName)Set xxxx 注意:此字段可能返回 null,表示取不到有效值。voidsetModifiedTime(String ModifiedTime)Set 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。voidsetPartitions(Partition[] Partitions)Set 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetProperties(Property[] Properties)Set 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetRecordCount(Long RecordCount)Set 数据表行数 注意:此字段可能返回 null,表示取不到有效值。voidsetStorageSize(Long StorageSize)Set 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。voidsetTableBaseInfo(TableBaseInfo TableBaseInfo)Set 数据表基本信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TableResponseInfo
public TableResponseInfo()
-
TableResponseInfo
public TableResponseInfo(TableResponseInfo 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.
-
-
Method Detail
-
getTableBaseInfo
public TableBaseInfo getTableBaseInfo()
Get 数据表基本信息。- Returns:
- TableBaseInfo 数据表基本信息。
-
setTableBaseInfo
public void setTableBaseInfo(TableBaseInfo TableBaseInfo)
Set 数据表基本信息。- Parameters:
TableBaseInfo- 数据表基本信息。
-
getColumns
public Column[] getColumns()
Get 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Columns 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setColumns
public void setColumns(Column[] Columns)
Set 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Columns- 数据表列信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getPartitions
public Partition[] getPartitions()
Get 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Partitions 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setPartitions
public void setPartitions(Partition[] Partitions)
Set 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Partitions- 数据表分块信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getLocation
public String getLocation()
Get 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Location 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setLocation
public void setLocation(String Location)
Set 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Location- 数据存储路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getProperties
public Property[] getProperties()
Get 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Properties 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setProperties
public void setProperties(Property[] Properties)
Set 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Properties- 数据表属性信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getModifiedTime
public String getModifiedTime()
Get 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModifiedTime 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。
-
setModifiedTime
public void setModifiedTime(String ModifiedTime)
Set 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModifiedTime- 数据表更新时间, 单位: ms。 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 数据表创建时间,单位: ms。 注意:此字段可能返回 null,表示取不到有效值。
-
getInputFormat
public String getInputFormat()
Get 数据格式。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InputFormat 数据格式。 注意:此字段可能返回 null,表示取不到有效值。
-
setInputFormat
public void setInputFormat(String InputFormat)
Set 数据格式。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InputFormat- 数据格式。 注意:此字段可能返回 null,表示取不到有效值。
-
getStorageSize
public Long getStorageSize()
Get 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StorageSize 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。
-
setStorageSize
public void setStorageSize(Long StorageSize)
Set 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StorageSize- 数据表存储大小(单位:Byte) 注意:此字段可能返回 null,表示取不到有效值。
-
getRecordCount
public Long getRecordCount()
Get 数据表行数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RecordCount 数据表行数 注意:此字段可能返回 null,表示取不到有效值。
-
setRecordCount
public void setRecordCount(Long RecordCount)
Set 数据表行数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RecordCount- 数据表行数 注意:此字段可能返回 null,表示取不到有效值。
-
getMapMaterializedViewName
public String getMapMaterializedViewName()
Get xxxx 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MapMaterializedViewName xxxx 注意:此字段可能返回 null,表示取不到有效值。
-
setMapMaterializedViewName
public void setMapMaterializedViewName(String MapMaterializedViewName)
Set xxxx 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MapMaterializedViewName- xxxx 注意:此字段可能返回 null,表示取不到有效值。
-
-