public class AlipayOpenAuthTokenAppResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOpenAuthTokenAppResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAppAuthToken()
Gets app auth token.
|
String |
getAppRefreshToken()
Gets app refresh token.
|
String |
getAuthAppId()
Gets auth app id.
|
String |
getExpiresIn()
Gets expires in.
|
String |
getReExpiresIn()
Gets re expires in.
|
List<AppTokenExchangeSubElement> |
getTokens()
Gets tokens.
|
String |
getUserId()
Gets user id.
|
void |
setAppAuthToken(String appAuthToken)
Sets app auth token.
|
void |
setAppRefreshToken(String appRefreshToken)
Sets app refresh token.
|
void |
setAuthAppId(String authAppId)
Sets auth app id.
|
void |
setExpiresIn(String expiresIn)
Sets expires in.
|
void |
setReExpiresIn(String reExpiresIn)
Sets re expires in.
|
void |
setTokens(List<AppTokenExchangeSubElement> tokens)
Sets tokens.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAppAuthToken(String appAuthToken)
appAuthToken
- the app auth tokenpublic String getAppAuthToken()
public void setAppRefreshToken(String appRefreshToken)
appRefreshToken
- the app refresh tokenpublic String getAppRefreshToken()
public void setAuthAppId(String authAppId)
authAppId
- the auth app idpublic String getAuthAppId()
public void setExpiresIn(String expiresIn)
expiresIn
- the expires inpublic String getExpiresIn()
public void setReExpiresIn(String reExpiresIn)
reExpiresIn
- the re expires inpublic String getReExpiresIn()
public void setTokens(List<AppTokenExchangeSubElement> tokens)
tokens
- the tokenspublic List<AppTokenExchangeSubElement> getTokens()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
Copyright © 2018. All rights reserved.