public class GenerateCreateMangedTableSqlRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GenerateCreateMangedTableSqlRequest() | 
| GenerateCreateMangedTableSqlRequest(GenerateCreateMangedTableSqlRequest 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 | 
|---|---|
| TColumn[] | getColumns()Get The table fields. | 
| TPartition[] | getPartitions()Get The table partitions. | 
| Property[] | getProperties()Get The table properties. | 
| TableBaseInfo | getTableBaseInfo()Get The basic table information. | 
| String[] | getUpsertKeys()Get The Upsert key for a v2 table (in Upsert mode). | 
| void | setColumns(TColumn[] Columns)Set The table fields. | 
| void | setPartitions(TPartition[] Partitions)Set The table partitions. | 
| void | setProperties(Property[] Properties)Set The table properties. | 
| void | setTableBaseInfo(TableBaseInfo TableBaseInfo)Set The basic table information. | 
| void | setUpsertKeys(String[] UpsertKeys)Set The Upsert key for a v2 table (in Upsert mode). | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GenerateCreateMangedTableSqlRequest()
public GenerateCreateMangedTableSqlRequest(GenerateCreateMangedTableSqlRequest source)
public TableBaseInfo getTableBaseInfo()
public void setTableBaseInfo(TableBaseInfo TableBaseInfo)
TableBaseInfo - The basic table information.public TColumn[] getColumns()
public void setColumns(TColumn[] Columns)
Columns - The table fields.public TPartition[] getPartitions()
public void setPartitions(TPartition[] Partitions)
Partitions - The table partitions.public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties - The table properties.public String[] getUpsertKeys()
public void setUpsertKeys(String[] UpsertKeys)
UpsertKeys - The Upsert key for a v2 table (in Upsert mode).Copyright © 2025. All rights reserved.