public class AlipayPassTplContentUpdateResponse extends AlipayResponse
Constructor and Description |
---|
AlipayPassTplContentUpdateResponse() |
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, setSubMsg
public void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setResult(String result)
result
- the resultpublic String getResult()
public void setSuccess(String success)
success
- the successpublic String getSuccess()
Copyright © 2018. All rights reserved.