public class ZhimaCreditAntifraudVerifyResponse extends AlipayResponse
| Constructor and Description | 
|---|
ZhimaCreditAntifraudVerifyResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBizNo()
Gets biz no. 
 | 
String | 
getDecisionResult()
Gets decision result. 
 | 
String | 
getSolutionId()
Gets solution id. 
 | 
List<String> | 
getVerifyCode()
Gets verify code. 
 | 
void | 
setBizNo(String bizNo)
Sets biz no. 
 | 
void | 
setDecisionResult(String decisionResult)
Sets decision result. 
 | 
void | 
setSolutionId(String solutionId)
Sets solution id. 
 | 
void | 
setVerifyCode(List<String> verifyCode)
Sets verify code. 
 | 
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizNo(String bizNo)
bizNo - the biz nopublic String getBizNo()
public void setDecisionResult(String decisionResult)
decisionResult - the decision resultpublic String getDecisionResult()
public void setSolutionId(String solutionId)
solutionId - the solution idpublic String getSolutionId()
public void setVerifyCode(List<String> verifyCode)
verifyCode - the verify codeCopyright © 2018. All rights reserved.