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