public static class NacosConfigProperties.Config extends Object
| Constructor and Description |
|---|
Config() |
Config(String dataId) |
Config(String dataId,
boolean refresh) |
Config(String dataId,
String group) |
Config(String dataId,
String group,
boolean refresh) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataId() |
String |
getGroup() |
int |
hashCode() |
boolean |
isRefresh() |
NacosConfigProperties.Config |
setDataId(String dataId) |
NacosConfigProperties.Config |
setGroup(String group) |
NacosConfigProperties.Config |
setRefresh(boolean refresh) |
String |
toString() |
public Config()
public Config(String dataId)
public Config(String dataId, boolean refresh)
public String getDataId()
public NacosConfigProperties.Config setDataId(String dataId)
public String getGroup()
public NacosConfigProperties.Config setGroup(String group)
public boolean isRefresh()
public NacosConfigProperties.Config setRefresh(boolean refresh)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.