public class AlipayOpenAuthIndustryPlatformCreateTokenResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayOpenAuthIndustryPlatformCreateTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getRequstAppId()
Gets requst app id.
|
String |
getScope()
Gets scope.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setRequstAppId(String requstAppId)
Sets requst app id.
|
void |
setScope(String scope)
Sets scope.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenAuthIndustryPlatformCreateTokenResponse()
public void setAuthCode(String authCode)
authCode - the auth codepublic String getAuthCode()
public void setRequstAppId(String requstAppId)
requstAppId - the requst app idpublic String getRequstAppId()
public void setScope(String scope)
scope - the scopepublic String getScope()
Copyright © 2018. All rights reserved.