public class ParquetKeyInfo extends AbstractModel
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 Key name
|
String |
getKeyNonExistingField()
Get Assignment information returned upon resolution failure
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getKeyType()
Get Supported data types: string, boolean, int32, int64, float, and double
|
void |
setKeyName(String KeyName)
Set Key name
|
void |
setKeyNonExistingField(String KeyNonExistingField)
Set Assignment information returned upon resolution failure
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setKeyType(String KeyType)
Set Supported data types: string, boolean, int32, int64, float, and double
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ParquetKeyInfo()
public ParquetKeyInfo(ParquetKeyInfo source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName
- Key namepublic String getKeyType()
public void setKeyType(String KeyType)
KeyType
- Supported data types: string, boolean, int32, int64, float, and doublepublic String getKeyNonExistingField()
public void setKeyNonExistingField(String KeyNonExistingField)
KeyNonExistingField
- Assignment information returned upon resolution failure
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.