Class CheckBankCardInformationResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.CheckBankCardInformationResponse
-
public class CheckBankCardInformationResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckBankCardInformationResponse()CheckBankCardInformationResponse(CheckBankCardInformationResponse 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 StringgetAccountBank()Get 开户行LonggetAccountType()Get 卡性质:1.StringgetDescription()Get 业务结果描述StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetResult()Get 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在voidsetAccountBank(String AccountBank)Set 开户行voidsetAccountType(Long AccountType)Set 卡性质:1.voidsetDescription(String Description)Set 业务结果描述voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetResult(String Result)Set 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在voidtoMap(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
-
CheckBankCardInformationResponse
public CheckBankCardInformationResponse()
-
CheckBankCardInformationResponse
public CheckBankCardInformationResponse(CheckBankCardInformationResponse 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 String getResult()
Get 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在- Returns:
- Result 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在
-
setResult
public void setResult(String Result)
Set 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在- Parameters:
Result- 认证结果码,收费情况如下。 收费结果码: 0: 查询成功 -1: 未查到信息 不收费结果码: -2:验证中心服务繁忙 -3:银行卡不存在
-
getDescription
public String getDescription()
Get 业务结果描述- Returns:
- Description 业务结果描述
-
setDescription
public void setDescription(String Description)
Set 业务结果描述- Parameters:
Description- 业务结果描述
-
getAccountBank
public String getAccountBank()
Get 开户行- Returns:
- AccountBank 开户行
-
setAccountBank
public void setAccountBank(String AccountBank)
Set 开户行- Parameters:
AccountBank- 开户行
-
getAccountType
public Long getAccountType()
Get 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡- Returns:
- AccountType 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡
-
setAccountType
public void setAccountType(Long AccountType)
Set 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡- Parameters:
AccountType- 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-