public class OpenApiDecodeService.WxPubBuildAuthorizationUrlForm extends Object
| Constructor and Description |
|---|
WxPubBuildAuthorizationUrlForm(String wxAppid,
String redirectURI,
String scope,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectURI() |
String |
getScope() |
String |
getState() |
String |
getWxAppid() |
void |
setRedirectURI(String redirectURI) |
void |
setScope(String scope) |
void |
setState(String state) |
void |
setWxAppid(String wxAppid) |
public String getWxAppid()
public void setWxAppid(String wxAppid)
public String getRedirectURI()
public void setRedirectURI(String redirectURI)
public String getScope()
public void setScope(String scope)
public String getState()
public void setState(String state)
Copyright © 2021. All rights reserved.