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