public class KeyValueArrayInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
KeyValueArrayInfo() |
KeyValueArrayInfo(KeyValueArrayInfo 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 |
getKey()
Get Field requiring Key-Value or Meta Field Index configuration
|
ValueInfo |
getValue()
Get Field index description
|
void |
setKey(String Key)
Set Field requiring Key-Value or Meta Field Index configuration
|
void |
setValue(ValueInfo Value)
Set Field index description
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public KeyValueArrayInfo()
public KeyValueArrayInfo(KeyValueArrayInfo source)
public String getKey()
public void setKey(String Key)
Key
- Field requiring Key-Value or Meta Field Index configurationpublic ValueInfo getValue()
public void setValue(ValueInfo Value)
Value
- Field index descriptionCopyright © 2024. All rights reserved.