Class Table
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.omics.v20221128.models.Table
-
public class Table extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableColumn[]getColumns()Get 表格列 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetCreator()Get 创建人 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 表格描述 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。StringgetProjectId()Get 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。StringgetTableId()Get 表格ID 注意:此字段可能返回 null,表示取不到有效值。voidsetColumns(TableColumn[] Columns)Set 表格列 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetCreator(String Creator)Set 创建人 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 表格描述 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。voidsetProjectId(String ProjectId)Set 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTableId(String TableId)Set 表格ID 注意:此字段可能返回 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
-
Table
public Table()
-
Table
public 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.
-
-
Method Detail
-
getTableId
public String getTableId()
Get 表格ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableId 表格ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTableId
public void setTableId(String TableId)
Set 表格ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableId- 表格ID 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectId
public String getProjectId()
Get 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProjectId 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProjectId
public void setProjectId(String ProjectId)
Set 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProjectId- 关联项目ID 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 表格名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 表格名称 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 表格描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 表格描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 表格描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 表格描述 注意:此字段可能返回 null,表示取不到有效值。
-
getColumns
public TableColumn[] getColumns()
Get 表格列 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Columns 表格列 注意:此字段可能返回 null,表示取不到有效值。
-
setColumns
public void setColumns(TableColumn[] Columns)
Set 表格列 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Columns- 表格列 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getCreator
public String getCreator()
Get 创建人 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Creator 创建人 注意:此字段可能返回 null,表示取不到有效值。
-
setCreator
public void setCreator(String Creator)
Set 创建人 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Creator- 创建人 注意:此字段可能返回 null,表示取不到有效值。
-
-