public class ClickHouseSchema extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAllowNull()Get 列项是否允许为空 | 
| String | getColumnName()Get 表的列名 | 
| String | getJsonKey()Get 该列对应的jsonKey名 | 
| String | getType()Get 表列项的类型 | 
| void | setAllowNull(Boolean AllowNull)Set 列项是否允许为空 | 
| void | setColumnName(String ColumnName)Set 表的列名 | 
| void | setJsonKey(String JsonKey)Set 该列对应的jsonKey名 | 
| void | setType(String Type)Set 表列项的类型 | 
| 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 ClickHouseSchema()
public ClickHouseSchema(ClickHouseSchema source)
public String getColumnName()
public void setColumnName(String ColumnName)
ColumnName - 表的列名public String getJsonKey()
public void setJsonKey(String JsonKey)
JsonKey - 该列对应的jsonKey名public String getType()
public void setType(String Type)
Type - 表列项的类型public Boolean getAllowNull()
public void setAllowNull(Boolean AllowNull)
AllowNull - 列项是否允许为空Copyright © 2025. All rights reserved.