public class TableResponseInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Column[] | getColumns()Get 数据表列信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreateTime()Get 数据表创建时间,单位: ms。 | 
| Long | getHeatValue()Get 访问热点 | 
| String | getInputFormat()Get 数据格式。 | 
| String | getInputFormatShort()Get InputFormat的缩写 | 
| String | getLocation()Get 数据存储路径。 | 
| String | getMapMaterializedViewName()Get xxxx | 
| String | getModifiedTime()Get 数据表更新时间, 单位: ms。 | 
| Partition[] | getPartitions()Get 数据表分块信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Property[] | getProperties()Get 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRecordCount()Get 数据表行数 | 
| Long | getStorageSize()Get 数据表存储大小(单位:Byte) | 
| TableBaseInfo | getTableBaseInfo()Get 数据表基本信息。 | 
| void | setColumns(Column[] Columns)Set 数据表列信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateTime(String CreateTime)Set 数据表创建时间,单位: ms。 | 
| void | setHeatValue(Long HeatValue)Set 访问热点 | 
| void | setInputFormat(String InputFormat)Set 数据格式。 | 
| void | setInputFormatShort(String InputFormatShort)Set InputFormat的缩写 | 
| void | setLocation(String Location)Set 数据存储路径。 | 
| void | setMapMaterializedViewName(String MapMaterializedViewName)Set xxxx | 
| void | setModifiedTime(String ModifiedTime)Set 数据表更新时间, 单位: ms。 | 
| void | setPartitions(Partition[] Partitions)Set 数据表分块信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProperties(Property[] Properties)Set 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRecordCount(Long RecordCount)Set 数据表行数 | 
| void | setStorageSize(Long StorageSize)Set 数据表存储大小(单位:Byte) | 
| void | setTableBaseInfo(TableBaseInfo TableBaseInfo)Set 数据表基本信息。 | 
| 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 TableResponseInfo()
public TableResponseInfo(TableResponseInfo source)
public TableBaseInfo getTableBaseInfo()
public void setTableBaseInfo(TableBaseInfo TableBaseInfo)
TableBaseInfo - 数据表基本信息。public Column[] getColumns()
public void setColumns(Column[] Columns)
Columns - 数据表列信息。
注意:此字段可能返回 null,表示取不到有效值。public Partition[] getPartitions()
public void setPartitions(Partition[] Partitions)
Partitions - 数据表分块信息。
注意:此字段可能返回 null,表示取不到有效值。public String getLocation()
public void setLocation(String Location)
Location - 数据存储路径。public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties - 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime - 数据表更新时间, 单位: ms。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 数据表创建时间,单位: ms。public String getInputFormat()
public void setInputFormat(String InputFormat)
InputFormat - 数据格式。public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize - 数据表存储大小(单位:Byte)public Long getRecordCount()
public void setRecordCount(Long RecordCount)
RecordCount - 数据表行数public String getMapMaterializedViewName()
public void setMapMaterializedViewName(String MapMaterializedViewName)
MapMaterializedViewName - xxxxpublic Long getHeatValue()
public void setHeatValue(Long HeatValue)
HeatValue - 访问热点public String getInputFormatShort()
public void setInputFormatShort(String InputFormatShort)
InputFormatShort - InputFormat的缩写Copyright © 2025. All rights reserved.