public class Table extends AbstractModel
header, skipSign
Constructor and Description |
---|
Table() |
Table(Table 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 |
---|---|
TableColumn[] |
getColumns()
Get Table column
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreator()
Get Creator
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Table description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProjectId()
Get Associated project ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTableId()
Get Table ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setColumns(TableColumn[] Columns)
Set Table column
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreator(String Creator)
Set Creator
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Table description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProjectId(String ProjectId)
Set Associated project ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTableId(String TableId)
Set Table ID
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Table()
public Table(Table source)
public String getTableId()
public void setTableId(String TableId)
TableId
- Table ID
Note: This field may return null, indicating that no valid values can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Associated project ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Table name
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Table description
Note: This field may return null, indicating that no valid values can be obtained.public TableColumn[] getColumns()
public void setColumns(TableColumn[] Columns)
Columns
- Table column
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getCreator()
public void setCreator(String Creator)
Creator
- Creator
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.