public class AlipayPassCodeAddResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayPassCodeAddResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBizResult()
Gets biz result.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
Boolean |
getSuccess()
Gets success.
|
void |
setBizResult(List<String> bizResult)
Sets biz result.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setSuccess(Boolean success)
Sets success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizResult(List<String> bizResult)
bizResult - the biz resultpublic void setErrorCode(String errorCode)
AlipayResponsesetErrorCode in class AlipayResponseerrorCode - the error codepublic String getErrorCode()
AlipayResponsegetErrorCode in class AlipayResponsepublic void setSuccess(Boolean success)
success - the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.