public class AlipaySecurityRiskVerifyidentityConfirmResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipaySecurityRiskVerifyidentityConfirmResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg()
Gets error msg.
|
Boolean |
getVerifyResult()
Gets verify result.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setVerifyResult(Boolean verifyResult)
Sets verify result.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipaySecurityRiskVerifyidentityConfirmResponse()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode in class AlipayResponseerrorCode - the error codepublic String getErrorCode()
AlipayResponsegetErrorCode in class AlipayResponsepublic void setErrorMsg(String errorMsg)
errorMsg - the error msgpublic String getErrorMsg()
public void setVerifyResult(Boolean verifyResult)
verifyResult - the verify resultpublic Boolean getVerifyResult()
Copyright © 2018. All rights reserved.