Class FaceIdPhoto
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.FaceIdPhoto
-
public class FaceIdPhoto extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FaceIdPhoto()
FaceIdPhoto(FaceIdPhoto 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get 核身失败描述String
getOrderNumber()
Get 订单号 (orderNo)String
getPhoto()
Get 照片数据 (base64编码, 一般为JPG或PNG)Long
getResult()
Get 核身结果: 0 - 通过; 1 - 未通过void
setDescription(String Description)
Set 核身失败描述void
setOrderNumber(String OrderNumber)
Set 订单号 (orderNo)void
setPhoto(String Photo)
Set 照片数据 (base64编码, 一般为JPG或PNG)void
setResult(Long Result)
Set 核身结果: 0 - 通过; 1 - 未通过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
-
FaceIdPhoto
public FaceIdPhoto()
-
FaceIdPhoto
public FaceIdPhoto(FaceIdPhoto 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
-
getResult
public Long getResult()
Get 核身结果: 0 - 通过; 1 - 未通过- Returns:
- Result 核身结果: 0 - 通过; 1 - 未通过
-
setResult
public void setResult(Long Result)
Set 核身结果: 0 - 通过; 1 - 未通过- Parameters:
Result
- 核身结果: 0 - 通过; 1 - 未通过
-
getDescription
public String getDescription()
Get 核身失败描述- Returns:
- Description 核身失败描述
-
setDescription
public void setDescription(String Description)
Set 核身失败描述- Parameters:
Description
- 核身失败描述
-
getPhoto
public String getPhoto()
Get 照片数据 (base64编码, 一般为JPG或PNG)- Returns:
- Photo 照片数据 (base64编码, 一般为JPG或PNG)
-
setPhoto
public void setPhoto(String Photo)
Set 照片数据 (base64编码, 一般为JPG或PNG)- Parameters:
Photo
- 照片数据 (base64编码, 一般为JPG或PNG)
-
getOrderNumber
public String getOrderNumber()
Get 订单号 (orderNo)- Returns:
- OrderNumber 订单号 (orderNo)
-
setOrderNumber
public void setOrderNumber(String OrderNumber)
Set 订单号 (orderNo)- Parameters:
OrderNumber
- 订单号 (orderNo)
-
-