Class CheckFaceIdentifyResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CheckFaceIdentifyResponse
-
public class CheckFaceIdentifyResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckFaceIdentifyResponse()
CheckFaceIdentifyResponse(CheckFaceIdentifyResponse 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
getChannelName()
Get 渠道名String
getDescription()
Get 核身结果描述String
getPhotoFileData()
Get 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。String
getPhotoFileName()
Get 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getResult()
Get 核身结果; 0:通过,1:不通过String
getSerialNumber()
Get 核身流水号Long
getVerifiedOn()
Get 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。String
getVerifyServerIp()
Get 渠道核身服务器IP 注意:此字段可能返回 null,表示取不到有效值。void
setChannelName(String ChannelName)
Set 渠道名void
setDescription(String Description)
Set 核身结果描述void
setPhotoFileData(String PhotoFileData)
Set 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。void
setPhotoFileName(String PhotoFileName)
Set 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setResult(Long Result)
Set 核身结果; 0:通过,1:不通过void
setSerialNumber(String SerialNumber)
Set 核身流水号void
setVerifiedOn(Long VerifiedOn)
Set 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。void
setVerifyServerIp(String VerifyServerIp)
Set 渠道核身服务器IP 注意:此字段可能返回 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
-
CheckFaceIdentifyResponse
public CheckFaceIdentifyResponse()
-
CheckFaceIdentifyResponse
public CheckFaceIdentifyResponse(CheckFaceIdentifyResponse 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
- 核身结果描述
-
getChannelName
public String getChannelName()
Get 渠道名- Returns:
- ChannelName 渠道名
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名- Parameters:
ChannelName
- 渠道名
-
getVerifiedOn
public Long getVerifiedOn()
Get 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VerifiedOn 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。
-
setVerifiedOn
public void setVerifiedOn(Long VerifiedOn)
Set 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VerifiedOn
- 认证通过时间 注意:此字段可能返回 null,表示取不到有效值。
-
getSerialNumber
public String getSerialNumber()
Get 核身流水号- Returns:
- SerialNumber 核身流水号
-
setSerialNumber
public void setSerialNumber(String SerialNumber)
Set 核身流水号- Parameters:
SerialNumber
- 核身流水号
-
getVerifyServerIp
public String getVerifyServerIp()
Get 渠道核身服务器IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VerifyServerIp 渠道核身服务器IP 注意:此字段可能返回 null,表示取不到有效值。
-
setVerifyServerIp
public void setVerifyServerIp(String VerifyServerIp)
Set 渠道核身服务器IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VerifyServerIp
- 渠道核身服务器IP 注意:此字段可能返回 null,表示取不到有效值。
-
getPhotoFileName
public String getPhotoFileName()
Get 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PhotoFileName 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。
-
setPhotoFileName
public void setPhotoFileName(String PhotoFileName)
Set 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PhotoFileName
- 核身照片文件名 注意:此字段可能返回 null,表示取不到有效值。
-
getPhotoFileData
public String getPhotoFileData()
Get 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PhotoFileData 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。
-
setPhotoFileData
public void setPhotoFileData(String PhotoFileData)
Set 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PhotoFileData
- 核身照片内容base64(文件格式见文件名后缀,一般为jpg) 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-