public class CreateInternalTableRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| 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. 
 | 
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 | 
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 CreateInternalTableRequest()
public CreateInternalTableRequest(CreateInternalTableRequest 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.Copyright © 2025. All rights reserved.