Class Key
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.Key
-
public class Key extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutoName()
Get 自动识别的字段名称String
getConfigName()
Get 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。void
setAutoName(String AutoName)
Set 自动识别的字段名称void
setConfigName(String ConfigName)
Set 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Key
public Key()
-
Key
public 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.
-
-
Method Detail
-
getAutoName
public String getAutoName()
Get 自动识别的字段名称- Returns:
- AutoName 自动识别的字段名称
-
setAutoName
public void setAutoName(String AutoName)
Set 自动识别的字段名称- Parameters:
AutoName
- 自动识别的字段名称
-
getConfigName
public String getConfigName()
Get 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConfigName 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。
-
setConfigName
public void setConfigName(String ConfigName)
Set 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConfigName
- 定义的字段名称(传key的名称) 注意:此字段可能返回 null,表示取不到有效值。
-
-