public class KeyValueInfo extends AbstractModel
Constructor and Description |
---|
KeyValueInfo() |
KeyValueInfo(KeyValueInfo 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 When a key value or metafield index needs to be configured for a field, the metafield `Key` does not need to be prefixed with `__TAG__.` and is consistent with the one when logs are uploaded.
|
ValueInfo |
getValue()
Get Field index description information
|
void |
setKey(String Key)
Set When a key value or metafield index needs to be configured for a field, the metafield `Key` does not need to be prefixed with `__TAG__.` and is consistent with the one when logs are uploaded.
|
void |
setValue(ValueInfo Value)
Set Field index description information
|
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 KeyValueInfo()
public KeyValueInfo(KeyValueInfo source)
public String getKey()
public void setKey(String Key)
Key
- When a key value or metafield index needs to be configured for a field, the metafield `Key` does not need to be prefixed with `__TAG__.` and is consistent with the one when logs are uploaded. `__TAG__.` will be prefixed automatically for display in the console.public ValueInfo getValue()
public void setValue(ValueInfo Value)
Value
- Field index description informationCopyright © 2022. All rights reserved.