public class IDCardResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
IDCardResult() |
IDCardResult(IDCardResult 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 |
---|---|
IDCardInfoResult |
getBack()
Get 反面结果
注意:此字段可能返回 null,表示取不到有效值。
|
IDCardInfoResult |
getFront()
Get 正面结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBack(IDCardInfoResult Back)
Set 反面结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFront(IDCardInfoResult Front)
Set 正面结果
注意:此字段可能返回 null,表示取不到有效值。
|
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 IDCardResult()
public IDCardResult(IDCardResult source)
public IDCardInfoResult getFront()
public void setFront(IDCardInfoResult Front)
Front
- 正面结果
注意:此字段可能返回 null,表示取不到有效值。public IDCardInfoResult getBack()
public void setBack(IDCardInfoResult Back)
Back
- 反面结果
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.