public class ParquetKeyInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKeyName()Get 键值名称 | 
| String | getKeyNonExistingField()Get 解析失败赋值信息 | 
| String | getKeyType()Get 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double | 
| void | setKeyName(String KeyName)Set 键值名称 | 
| void | setKeyNonExistingField(String KeyNonExistingField)Set 解析失败赋值信息 | 
| void | setKeyType(String KeyType)Set 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double | 
| 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 ParquetKeyInfo()
public ParquetKeyInfo(ParquetKeyInfo source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName - 键值名称public String getKeyType()
public void setKeyType(String KeyType)
KeyType - 数据类型,目前支持6种类型:string、boolean、int32、int64、float、doublepublic String getKeyNonExistingField()
public void setKeyNonExistingField(String KeyNonExistingField)
KeyNonExistingField - 解析失败赋值信息Copyright © 2025. All rights reserved.