public class ParsedTableInfoNew extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
getError()
Get Error message
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getIndexKeySet()
Get Index key set
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getKeyFields()
Get Primary key field information
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getListElementNum()
Get Number of LIST-type table elements
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOldKeyFields()
Get Old primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOldValueFields()
Get Old non-primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getShardingKeySet()
Get Shardkey set
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getSortFieldNum()
Get Number of SORTLIST-type table sort fields
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getSortRule()
Get Sort order of SORTLIST-type tables
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getSumKeyFieldSize()
Get Total size of primary key field
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getSumValueFieldSize()
Get Total size of non-primary key fields
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTableGroupId()
Get Table group ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTableIdlType()
Get Table description language type.
|
String |
getTableInstanceId()
Get Table instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTableName()
Get Table name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTableType()
Get Table data structure type.
|
Long |
getTdrVersion()
Get TDR version number
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getValueFields()
Get Non-primary key field information
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setError(ErrorInfo Error)
Set Error message
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIndexKeySet(String IndexKeySet)
Set Index key set
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setKeyFields(String KeyFields)
Set Primary key field information
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setListElementNum(Long ListElementNum)
Set Number of LIST-type table elements
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOldKeyFields(String OldKeyFields)
Set Old primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOldValueFields(String OldValueFields)
Set Old non-primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setShardingKeySet(String ShardingKeySet)
Set Shardkey set
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSortFieldNum(Long SortFieldNum)
Set Number of SORTLIST-type table sort fields
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSortRule(Long SortRule)
Set Sort order of SORTLIST-type tables
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSumKeyFieldSize(Long SumKeyFieldSize)
Set Total size of primary key field
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSumValueFieldSize(Long SumValueFieldSize)
Set Total size of non-primary key fields
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTableGroupId(String TableGroupId)
Set Table group ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTableIdlType(String TableIdlType)
Set Table description language type.
|
void |
setTableInstanceId(String TableInstanceId)
Set Table instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTableName(String TableName)
Set Table name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTableType(String TableType)
Set Table data structure type.
|
void |
setTdrVersion(Long TdrVersion)
Set TDR version number
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setValueFields(String ValueFields)
Set Non-primary key field information
Note: this field may return null, indicating that no valid values can be obtained.
|
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 ParsedTableInfoNew()
public ParsedTableInfoNew(ParsedTableInfoNew source)
public String getTableIdlType()
public void setTableIdlType(String TableIdlType)
TableIdlType
- Table description language type. Valid values: PROTO, TDR
Note: this field may return null, indicating that no valid values can be obtained.public String getTableInstanceId()
public void setTableInstanceId(String TableInstanceId)
TableInstanceId
- Table instance ID
Note: this field may return null, indicating that no valid values can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName
- Table name
Note: this field may return null, indicating that no valid values can be obtained.public String getTableType()
public void setTableType(String TableType)
TableType
- Table data structure type. Valid values: GENERIC, LIST
Note: this field may return null, indicating that no valid values can be obtained.public String getKeyFields()
public void setKeyFields(String KeyFields)
KeyFields
- Primary key field information
Note: this field may return null, indicating that no valid values can be obtained.public String getOldKeyFields()
public void setOldKeyFields(String OldKeyFields)
OldKeyFields
- Old primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.public String getValueFields()
public void setValueFields(String ValueFields)
ValueFields
- Non-primary key field information
Note: this field may return null, indicating that no valid values can be obtained.public String getOldValueFields()
public void setOldValueFields(String OldValueFields)
OldValueFields
- Old non-primary key field information, which is valid during verification of table modification
Note: this field may return null, indicating that no valid values can be obtained.public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- Table group ID
Note: this field may return null, indicating that no valid values can be obtained.public Long getSumKeyFieldSize()
public void setSumKeyFieldSize(Long SumKeyFieldSize)
SumKeyFieldSize
- Total size of primary key field
Note: this field may return null, indicating that no valid values can be obtained.public Long getSumValueFieldSize()
public void setSumValueFieldSize(Long SumValueFieldSize)
SumValueFieldSize
- Total size of non-primary key fields
Note: this field may return null, indicating that no valid values can be obtained.public String getIndexKeySet()
public void setIndexKeySet(String IndexKeySet)
IndexKeySet
- Index key set
Note: this field may return null, indicating that no valid values can be obtained.public String getShardingKeySet()
public void setShardingKeySet(String ShardingKeySet)
ShardingKeySet
- Shardkey set
Note: this field may return null, indicating that no valid values can be obtained.public Long getTdrVersion()
public void setTdrVersion(Long TdrVersion)
TdrVersion
- TDR version number
Note: this field may return null, indicating that no valid values can be obtained.public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error
- Error message
Note: this field may return null, indicating that no valid values can be obtained.public Long getListElementNum()
public void setListElementNum(Long ListElementNum)
ListElementNum
- Number of LIST-type table elements
Note: this field may return null, indicating that no valid values can be obtained.public Long getSortFieldNum()
public void setSortFieldNum(Long SortFieldNum)
SortFieldNum
- Number of SORTLIST-type table sort fields
Note: this field may return null, indicating that no valid values can be obtained.public Long getSortRule()
public void setSortRule(Long SortRule)
SortRule
- Sort order of SORTLIST-type tables
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.