public class AlipayPaiPartnerResultGetResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayPaiPartnerResultGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets data.
|
String |
getOauthToken()
Gets oauth token.
|
String |
getRouteMethod()
Gets route method.
|
void |
setData(String data)
Sets data.
|
void |
setOauthToken(String oauthToken)
Sets oauth token.
|
void |
setRouteMethod(String routeMethod)
Sets route method.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setData(String data)
data - the datapublic String getData()
public void setOauthToken(String oauthToken)
oauthToken - the oauth tokenpublic String getOauthToken()
public void setRouteMethod(String routeMethod)
routeMethod - the route methodpublic String getRouteMethod()
Copyright © 2018. All rights reserved.