public class GetAccessTokenRequest extends Object
| Constructor and Description |
|---|
GetAccessTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getAuthCode() |
String |
getGrantType() |
String |
getSecretKey() |
Long |
getUserId() |
void |
setAppId(String appId) |
void |
setAuthCode(String authCode) |
void |
setGrantType(String grantType) |
void |
setSecretKey(String secretKey) |
void |
setUserId(Long userId) |
public String getAppId()
public void setAppId(String appId)
public String getAuthCode()
public void setAuthCode(String authCode)
public String getSecretKey()
public void setSecretKey(String secretKey)
public Long getUserId()
public void setUserId(Long userId)
public String getGrantType()
public void setGrantType(String grantType)
Copyright © 2023. All rights reserved.