Class ClickHouseSchema
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ClickHouseSchema
-
public class ClickHouseSchema extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClickHouseSchema()ClickHouseSchema(ClickHouseSchema 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 BooleangetAllowNull()Get 列项是否允许为空StringgetColumnName()Get 表的列名StringgetJsonKey()Get 该列对应的jsonKey名StringgetType()Get 表列项的类型voidsetAllowNull(Boolean AllowNull)Set 列项是否允许为空voidsetColumnName(String ColumnName)Set 表的列名voidsetJsonKey(String JsonKey)Set 该列对应的jsonKey名voidsetType(String Type)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
-
ClickHouseSchema
public ClickHouseSchema()
-
ClickHouseSchema
public ClickHouseSchema(ClickHouseSchema 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
-
getColumnName
public String getColumnName()
Get 表的列名- Returns:
- ColumnName 表的列名
-
setColumnName
public void setColumnName(String ColumnName)
Set 表的列名- Parameters:
ColumnName- 表的列名
-
getJsonKey
public String getJsonKey()
Get 该列对应的jsonKey名- Returns:
- JsonKey 该列对应的jsonKey名
-
setJsonKey
public void setJsonKey(String JsonKey)
Set 该列对应的jsonKey名- Parameters:
JsonKey- 该列对应的jsonKey名
-
getType
public String getType()
Get 表列项的类型- Returns:
- Type 表列项的类型
-
setType
public void setType(String Type)
Set 表列项的类型- Parameters:
Type- 表列项的类型
-
getAllowNull
public Boolean getAllowNull()
Get 列项是否允许为空- Returns:
- AllowNull 列项是否允许为空
-
setAllowNull
public void setAllowNull(Boolean AllowNull)
Set 列项是否允许为空- Parameters:
AllowNull- 列项是否允许为空
-
-