Class CreateInternalTableRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.CreateInternalTableRequest
-
public class CreateInternalTableRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateInternalTableRequest()CreateInternalTableRequest(CreateInternalTableRequest 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 TColumn[]getColumns()Get 表字段信息TPartition[]getPartitions()Get 表分区信息Property[]getProperties()Get 表属性信息TableBaseInfogetTableBaseInfo()Get 表基本信息voidsetColumns(TColumn[] Columns)Set 表字段信息voidsetPartitions(TPartition[] Partitions)Set 表分区信息voidsetProperties(Property[] Properties)Set 表属性信息voidsetTableBaseInfo(TableBaseInfo TableBaseInfo)Set 表基本信息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
-
CreateInternalTableRequest
public CreateInternalTableRequest()
-
CreateInternalTableRequest
public CreateInternalTableRequest(CreateInternalTableRequest 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
-
getTableBaseInfo
public TableBaseInfo getTableBaseInfo()
Get 表基本信息- Returns:
- TableBaseInfo 表基本信息
-
setTableBaseInfo
public void setTableBaseInfo(TableBaseInfo TableBaseInfo)
Set 表基本信息- Parameters:
TableBaseInfo- 表基本信息
-
getColumns
public TColumn[] getColumns()
Get 表字段信息- Returns:
- Columns 表字段信息
-
setColumns
public void setColumns(TColumn[] Columns)
Set 表字段信息- Parameters:
Columns- 表字段信息
-
getPartitions
public TPartition[] getPartitions()
Get 表分区信息- Returns:
- Partitions 表分区信息
-
setPartitions
public void setPartitions(TPartition[] Partitions)
Set 表分区信息- Parameters:
Partitions- 表分区信息
-
getProperties
public Property[] getProperties()
Get 表属性信息- Returns:
- Properties 表属性信息
-
setProperties
public void setProperties(Property[] Properties)
Set 表属性信息- Parameters:
Properties- 表属性信息
-
-