public class AppTokenExchangeSubElement extends AlipayObject
Constructor and Description |
---|
AppTokenExchangeSubElement() |
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.
|
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 |
setUserId(String userId)
Sets user id.
|
public String getAppAuthToken()
public void setAppAuthToken(String appAuthToken)
appAuthToken
- the app auth tokenpublic String getAppRefreshToken()
public void setAppRefreshToken(String appRefreshToken)
appRefreshToken
- the app refresh tokenpublic String getAuthAppId()
public void setAuthAppId(String authAppId)
authAppId
- the auth app idpublic String getExpiresIn()
public void setExpiresIn(String expiresIn)
expiresIn
- the expires inpublic String getReExpiresIn()
public void setReExpiresIn(String reExpiresIn)
reExpiresIn
- the re expires inpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.