public class TableResponseInfo extends AbstractModel
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。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInputFormat()
Get 数据格式。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocation()
Get 数据存储路径。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifiedTime()
Get 数据表更新时间, 单位: ms。
注意:此字段可能返回 null,表示取不到有效值。
|
Partition[] |
getPartitions()
Get 数据表分块信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Property[] |
getProperties()
Get 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
TableBaseInfo |
getTableBaseInfo()
Get 数据表基本信息。
|
void |
setColumns(Column[] Columns)
Set 数据表列信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 数据表创建时间,单位: ms。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInputFormat(String InputFormat)
Set 数据格式。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(String Location)
Set 数据存储路径。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifiedTime(String ModifiedTime)
Set 数据表更新时间, 单位: ms。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPartitions(Partition[] Partitions)
Set 数据表分块信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProperties(Property[] Properties)
Set 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableBaseInfo(TableBaseInfo TableBaseInfo)
Set 数据表基本信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 数据存储路径。
注意:此字段可能返回 null,表示取不到有效值。public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties
- 数据表属性信息。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- 数据表更新时间, 单位: ms。
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 数据表创建时间,单位: ms。
注意:此字段可能返回 null,表示取不到有效值。public String getInputFormat()
public void setInputFormat(String InputFormat)
InputFormat
- 数据格式。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.