@ConfigurationProperties(prefix="wx") public class WxProperties extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Class and Description |
---|---|
static class |
WxProperties.Invoker |
static class |
WxProperties.Message |
static class |
WxProperties.Mvc |
static class |
WxProperties.Server |
static class |
WxProperties.System
微信系统属性
|
static class |
WxProperties.Url
微信url
|
Constructor and Description |
---|
WxProperties() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
这里还可以设置其他地方要使用的东西
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAppid() |
String |
getAppsecret() |
String |
getCallbackDomain() |
String |
getCallbackUrl() |
WxProperties.Invoker |
getInvoker() |
WxProperties.Message |
getMessage() |
WxProperties.Mvc |
getMvc() |
String |
getPath() |
WxProperties.Server |
getServer() |
WxProperties.System |
getSystem() |
String |
getToken() |
WxProperties.Url |
getUrl() |
int |
hashCode() |
void |
setAppid(String appid) |
void |
setAppsecret(String appsecret) |
void |
setCallbackDomain(String callbackDomain) |
void |
setCallbackUrl(String callbackUrl) |
void |
setInvoker(WxProperties.Invoker invoker) |
void |
setMessage(WxProperties.Message message) |
void |
setMvc(WxProperties.Mvc mvc) |
void |
setPath(String path) |
void |
setServer(WxProperties.Server server) |
void |
setSystem(WxProperties.System system) |
void |
setToken(String token) |
void |
setUrl(WxProperties.Url url) |
String |
toString() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getPath()
public void setPath(String path)
public String getToken()
public String getAppid()
public String getAppsecret()
public String getCallbackDomain()
public WxProperties.Invoker getInvoker()
public WxProperties.System getSystem()
public WxProperties.Url getUrl()
public WxProperties.Message getMessage()
public WxProperties.Mvc getMvc()
public WxProperties.Server getServer()
public void setToken(String token)
public void setAppid(String appid)
public void setAppsecret(String appsecret)
public void setCallbackDomain(String callbackDomain)
public void setInvoker(WxProperties.Invoker invoker)
public void setSystem(WxProperties.System system)
public void setUrl(WxProperties.Url url)
public void setMessage(WxProperties.Message message)
public void setMvc(WxProperties.Mvc mvc)
public void setServer(WxProperties.Server server)
protected boolean canEqual(Object other)
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.