public class AlipayOpenAuthTokenAppModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenAuthTokenAppModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
String |
getGrantType()
Gets grant type.
|
String |
getRefreshToken()
Gets refresh token.
|
void |
setCode(String code)
Sets code.
|
void |
setGrantType(String grantType)
Sets grant type.
|
void |
setRefreshToken(String refreshToken)
Sets refresh token.
|
public String getCode()
public void setCode(String code)
code
- the codepublic String getGrantType()
public void setGrantType(String grantType)
grantType
- the grant typepublic String getRefreshToken()
public void setRefreshToken(String refreshToken)
refreshToken
- the refresh tokenCopyright © 2018. All rights reserved.