public class TableResultNew extends AbstractModel
| Constructor and Description | 
|---|
TableResultNew()  | 
| 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 | 
getTableGroupId()
Get ID of the table group where a table resides
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTableIdlType()
Get Table data interface description language (IDL) type, such as `PROTO` or `TDR`
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTableInstanceId()
Get Table instance ID in the format of `tcaplus-3be64cbb`
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, such as `GENERIC` or `LIST`
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTaskId()
Get Task ID, which is valid for the API that creates one task
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getTaskIds()
Get Task ID list, which is valid for the API that creates multiple tasks
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 | 
setTableGroupId(String TableGroupId)
Set ID of the table group where a table resides
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTableIdlType(String TableIdlType)
Set Table data interface description language (IDL) type, such as `PROTO` or `TDR`
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTableInstanceId(String TableInstanceId)
Set Table instance ID in the format of `tcaplus-3be64cbb`
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, such as `GENERIC` or `LIST`
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTaskId(String TaskId)
Set Task ID, which is valid for the API that creates one task
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTaskIds(String[] TaskIds)
Set Task ID list, which is valid for the API that creates multiple tasks
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, toJsonStringpublic String getTableInstanceId()
public void setTableInstanceId(String TableInstanceId)
TableInstanceId - Table instance ID in the format of `tcaplus-3be64cbb`
Note: this field may return null, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID, which is valid for the API that creates one task
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, such as `GENERIC` or `LIST`
Note: this field may return null, indicating that no valid values can be obtained.public String getTableIdlType()
public void setTableIdlType(String TableIdlType)
TableIdlType - Table data interface description language (IDL) type, such as `PROTO` or `TDR`
Note: this field may return null, indicating that no valid values can be obtained.public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - ID of the table group where a table resides
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 String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds - Task ID list, which is valid for the API that creates multiple tasks
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.