public class KeyValueInfo extends AbstractModel
header, skipSign
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 |
---|---|
Boolean |
getCaseSensitive()
Get 是否大小写敏感
|
KeyValueArrayInfo[] |
getKeyValues()
Get 需要建立索引的键值对信息
|
void |
setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感
|
void |
setKeyValues(KeyValueArrayInfo[] KeyValues)
Set 需要建立索引的键值对信息
|
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, toJsonString
public KeyValueInfo()
public KeyValueInfo(KeyValueInfo source)
public Boolean getCaseSensitive()
public void setCaseSensitive(Boolean CaseSensitive)
CaseSensitive
- 是否大小写敏感public KeyValueArrayInfo[] getKeyValues()
public void setKeyValues(KeyValueArrayInfo[] KeyValues)
KeyValues
- 需要建立索引的键值对信息Copyright © 2024. All rights reserved.