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