Class ParsedTableInfoNew
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ParsedTableInfoNew
-
public class ParsedTableInfoNew extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParsedTableInfoNew()ParsedTableInfoNew(ParsedTableInfoNew 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 ErrorInfogetError()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。StringgetIndexKeySet()Get 索引键集合 注意:此字段可能返回 null,表示取不到有效值。StringgetKeyFields()Get 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。LonggetListElementNum()Get LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。StringgetOldKeyFields()Get 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。StringgetOldValueFields()Get 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。StringgetShardingKeySet()Get 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。LonggetSortFieldNum()Get SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。LonggetSortRule()Get SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。LonggetSumKeyFieldSize()Get 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。LonggetSumValueFieldSize()Get 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。StringgetTableGroupId()Get 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。StringgetTableIdlType()Get 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。StringgetTableInstanceId()Get 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。StringgetTableName()Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。StringgetTableType()Get 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。LonggetTdrVersion()Get TDR版本号 注意:此字段可能返回 null,表示取不到有效值。StringgetValueFields()Get 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。voidsetError(ErrorInfo Error)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetIndexKeySet(String IndexKeySet)Set 索引键集合 注意:此字段可能返回 null,表示取不到有效值。voidsetKeyFields(String KeyFields)Set 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。voidsetListElementNum(Long ListElementNum)Set LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。voidsetOldKeyFields(String OldKeyFields)Set 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。voidsetOldValueFields(String OldValueFields)Set 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。voidsetShardingKeySet(String ShardingKeySet)Set 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。voidsetSortFieldNum(Long SortFieldNum)Set SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。voidsetSortRule(Long SortRule)Set SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。voidsetSumKeyFieldSize(Long SumKeyFieldSize)Set 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。voidsetSumValueFieldSize(Long SumValueFieldSize)Set 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。voidsetTableGroupId(String TableGroupId)Set 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTableIdlType(String TableIdlType)Set 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。voidsetTableInstanceId(String TableInstanceId)Set 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTableName(String TableName)Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。voidsetTableType(String TableType)Set 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。voidsetTdrVersion(Long TdrVersion)Set TDR版本号 注意:此字段可能返回 null,表示取不到有效值。voidsetValueFields(String ValueFields)Set 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。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
-
ParsedTableInfoNew
public ParsedTableInfoNew()
-
ParsedTableInfoNew
public ParsedTableInfoNew(ParsedTableInfoNew 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
-
getTableIdlType
public String getTableIdlType()
Get 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableIdlType 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
-
setTableIdlType
public void setTableIdlType(String TableIdlType)
Set 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableIdlType- 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
-
getTableInstanceId
public String getTableInstanceId()
Get 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableInstanceId 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTableInstanceId
public void setTableInstanceId(String TableInstanceId)
Set 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableInstanceId- 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
-
getTableName
public String getTableName()
Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableName 表格名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTableName
public void setTableName(String TableName)
Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableName- 表格名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTableType
public String getTableType()
Get 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableType 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
-
setTableType
public void setTableType(String TableType)
Set 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableType- 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
-
getKeyFields
public String getKeyFields()
Get 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyFields 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyFields
public void setKeyFields(String KeyFields)
Set 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyFields- 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
-
getOldKeyFields
public String getOldKeyFields()
Get 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OldKeyFields 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
-
setOldKeyFields
public void setOldKeyFields(String OldKeyFields)
Set 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OldKeyFields- 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
-
getValueFields
public String getValueFields()
Get 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ValueFields 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
-
setValueFields
public void setValueFields(String ValueFields)
Set 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ValueFields- 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
-
getOldValueFields
public String getOldValueFields()
Get 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OldValueFields 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
-
setOldValueFields
public void setOldValueFields(String OldValueFields)
Set 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OldValueFields- 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
-
getTableGroupId
public String getTableGroupId()
Get 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableGroupId 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTableGroupId
public void setTableGroupId(String TableGroupId)
Set 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableGroupId- 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
-
getSumKeyFieldSize
public Long getSumKeyFieldSize()
Get 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SumKeyFieldSize 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
-
setSumKeyFieldSize
public void setSumKeyFieldSize(Long SumKeyFieldSize)
Set 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SumKeyFieldSize- 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
-
getSumValueFieldSize
public Long getSumValueFieldSize()
Get 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SumValueFieldSize 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
-
setSumValueFieldSize
public void setSumValueFieldSize(Long SumValueFieldSize)
Set 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SumValueFieldSize- 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
-
getIndexKeySet
public String getIndexKeySet()
Get 索引键集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IndexKeySet 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
-
setIndexKeySet
public void setIndexKeySet(String IndexKeySet)
Set 索引键集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IndexKeySet- 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
-
getShardingKeySet
public String getShardingKeySet()
Get 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ShardingKeySet 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
-
setShardingKeySet
public void setShardingKeySet(String ShardingKeySet)
Set 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ShardingKeySet- 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
-
getTdrVersion
public Long getTdrVersion()
Get TDR版本号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TdrVersion TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
-
setTdrVersion
public void setTdrVersion(Long TdrVersion)
Set TDR版本号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TdrVersion- TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
-
getError
public ErrorInfo getError()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Error 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setError
public void setError(ErrorInfo Error)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Error- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getListElementNum
public Long getListElementNum()
Get LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ListElementNum LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
-
setListElementNum
public void setListElementNum(Long ListElementNum)
Set LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ListElementNum- LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
-
getSortFieldNum
public Long getSortFieldNum()
Get SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SortFieldNum SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
-
setSortFieldNum
public void setSortFieldNum(Long SortFieldNum)
Set SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SortFieldNum- SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
-
getSortRule
public Long getSortRule()
Get SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SortRule SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
-
setSortRule
public void setSortRule(Long SortRule)
Set SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SortRule- SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
-
-