public abstract class AlipayResponse extends Object implements Serializable
| 构造器和说明 |
|---|
AlipayResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody() |
String |
getCode()
Getter method for property code.
|
String |
getErrorCode()
已过时。
|
String |
getMsg() |
Map<String,String> |
getParams() |
String |
getSubCode() |
String |
getSubMsg() |
boolean |
isSuccess() |
void |
setBody(String body) |
void |
setCode(String code)
Setter method for property code.
|
void |
setErrorCode(String errorCode)
已过时。
|
void |
setMsg(String msg) |
void |
setParams(Map<String,String> params) |
void |
setSubCode(String subCode) |
void |
setSubMsg(String subMsg) |
@Deprecated public String getErrorCode()
@Deprecated public void setErrorCode(String errorCode)
errorCode - public String getCode()
public void setCode(String code)
code - value to be assigned to property codepublic String getMsg()
public void setMsg(String msg)
public String getSubCode()
public void setSubCode(String subCode)
public String getSubMsg()
public void setSubMsg(String subMsg)
public String getBody()
public void setBody(String body)
public boolean isSuccess()
Copyright © 2023. All rights reserved.