@ConfigurationProperties(prefix="rocket") public class RocketProperties extends Object
| 构造器和说明 |
|---|
RocketProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessKey() |
String |
getAddress() |
Long |
getDelay() |
boolean |
getEnable() |
String |
getSecretKey() |
String |
getTopic() |
Properties |
rocketProperties() |
void |
setAccessKey(String accessKey) |
void |
setAddress(String address) |
void |
setDelay(Long delay) |
void |
setEnable(boolean enable) |
void |
setSecretKey(String secretKey) |
void |
setTopic(String topic) |
public Properties rocketProperties()
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getTopic()
public void setTopic(String topic)
public String getAddress()
public void setAddress(String address)
public String getAccessKey()
public void setAccessKey(String accessKey)
public boolean getEnable()
public void setEnable(boolean enable)
public Long getDelay()
public void setDelay(Long delay)
Copyright © 2020 WUHAN trayvon. All rights reserved.