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, setSubMsg
public void setBizResult(List<String> bizResult)
bizResult
- the biz resultpublic void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.