public class ColumnAggregationLineage extends AbstractModel
header, skipSign
Constructor and Description |
---|
ColumnAggregationLineage() |
ColumnAggregationLineage(ColumnAggregationLineage 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 |
getChildSet()
Get 字符串类型的子节点集合
注意:此字段可能返回 null,表示取不到有效值。
|
SimpleColumnInfo[] |
getColumnInfoSet()
Get 列信息集合
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMetastoreType()
Get 元数据类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParentId()
Get 父节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParentSet()
Get 字符串类型的父节点集合
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTableName()
Get 表名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChildSet(String ChildSet)
Set 字符串类型的子节点集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColumnInfoSet(SimpleColumnInfo[] ColumnInfoSet)
Set 列信息集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetastoreType(String MetastoreType)
Set 元数据类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentId(String ParentId)
Set 父节点ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentSet(String ParentSet)
Set 字符串类型的父节点集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableName(String TableName)
Set 表名
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ColumnAggregationLineage()
public ColumnAggregationLineage(ColumnAggregationLineage source)
public String getTableName()
public void setTableName(String TableName)
TableName
- 表名
注意:此字段可能返回 null,表示取不到有效值。public String getParentId()
public void setParentId(String ParentId)
ParentId
- 父节点ID
注意:此字段可能返回 null,表示取不到有效值。public String getMetastoreType()
public void setMetastoreType(String MetastoreType)
MetastoreType
- 元数据类型
注意:此字段可能返回 null,表示取不到有效值。public String getParentSet()
public void setParentSet(String ParentSet)
ParentSet
- 字符串类型的父节点集合
注意:此字段可能返回 null,表示取不到有效值。public String getChildSet()
public void setChildSet(String ChildSet)
ChildSet
- 字符串类型的子节点集合
注意:此字段可能返回 null,表示取不到有效值。public SimpleColumnInfo[] getColumnInfoSet()
public void setColumnInfoSet(SimpleColumnInfo[] ColumnInfoSet)
ColumnInfoSet
- 列信息集合
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.