public class Alipay extends Object
| 构造器和说明 |
|---|
Alipay() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getError() |
String |
getIs_success() |
Request |
getRequest() |
Response |
getResponse() |
String |
getSign_type() |
String |
getSign() |
void |
setError(String error) |
void |
setIs_success(String isSuccess) |
void |
setRequest(Request request) |
void |
setResponse(Response response) |
void |
setSign_type(String signType) |
void |
setSign(String sign) |
String |
toString() |
public String getIs_success()
public void setIs_success(String isSuccess)
public String getSign()
public void setSign(String sign)
public String getSign_type()
public void setSign_type(String signType)
public String getError()
public void setError(String error)
public Request getRequest()
public void setRequest(Request request)
public Response getResponse()
public void setResponse(Response response)
Copyright © 2013 Xunlei Networking Technologies. All rights reserved.