public class Key extends AbstractModel
Constructor and Description |
---|
Key() |
Key(Key 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 |
getAutoName()
Get The name of the recognized field.
|
String |
getConfigName()
Get The name of a defined field (the key passed in).
|
void |
setAutoName(String AutoName)
Set The name of the recognized field.
|
void |
setConfigName(String ConfigName)
Set The name of a defined field (the key passed in).
|
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 Key()
public Key(Key source)
public String getAutoName()
public void setAutoName(String AutoName)
AutoName
- The name of the recognized field.public String getConfigName()
public void setConfigName(String ConfigName)
ConfigName
- The name of a defined field (the key passed in).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.