Class ParquetKeyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ParquetKeyInfo
-
public class ParquetKeyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParquetKeyInfo()ParquetKeyInfo(ParquetKeyInfo 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 StringgetKeyName()Get 键值名称StringgetKeyNonExistingField()Get 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。StringgetKeyType()Get 数据类型,目前支持6种类型:string、boolean、int32、int64、float、doublevoidsetKeyName(String KeyName)Set 键值名称voidsetKeyNonExistingField(String KeyNonExistingField)Set 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。voidsetKeyType(String KeyType)Set 数据类型,目前支持6种类型:string、boolean、int32、int64、float、doublevoidtoMap(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
-
ParquetKeyInfo
public ParquetKeyInfo()
-
ParquetKeyInfo
public ParquetKeyInfo(ParquetKeyInfo 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
-
getKeyName
public String getKeyName()
Get 键值名称- Returns:
- KeyName 键值名称
-
setKeyName
public void setKeyName(String KeyName)
Set 键值名称- Parameters:
KeyName- 键值名称
-
getKeyType
public String getKeyType()
Get 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double- Returns:
- KeyType 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
-
setKeyType
public void setKeyType(String KeyType)
Set 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double- Parameters:
KeyType- 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
-
getKeyNonExistingField
public String getKeyNonExistingField()
Get 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyNonExistingField 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyNonExistingField
public void setKeyNonExistingField(String KeyNonExistingField)
Set 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyNonExistingField- 解析失败赋值信息 注意:此字段可能返回 null,表示取不到有效值。
-
-