public class ConfigServerResponse
extends java.lang.Object
| Constructor and Description |
|---|
ConfigServerResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConfigServerPropertySource propertySource) |
void |
addAll(java.util.List<ConfigServerPropertySource> propertySources) |
void |
addFirst(ConfigServerPropertySource propertySource) |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.lang.String[] |
getProfiles() |
java.util.List<ConfigServerPropertySource> |
getPropertySources() |
java.lang.String |
getState() |
java.lang.String |
getVersion() |
void |
setLabel(java.lang.String label) |
void |
setName(java.lang.String name) |
void |
setProfiles(java.lang.String[] profiles) |
void |
setState(java.lang.String state) |
void |
setVersion(java.lang.String version) |
java.lang.String |
toString() |
public void add(ConfigServerPropertySource propertySource)
propertySource - The property source to be addedpublic void addAll(java.util.List<ConfigServerPropertySource> propertySources)
propertySources - The list of property sources to be addedpublic void addFirst(ConfigServerPropertySource propertySource)
propertySource - The property source to be added firstpublic java.util.List<ConfigServerPropertySource> getPropertySources()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the property source to be setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The label of the property source to be setpublic java.lang.String[] getProfiles()
public void setProfiles(java.lang.String[] profiles)
profiles - The list of profiles to be setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - The version to be setpublic java.lang.String getState()
public void setState(java.lang.String state)
state - The state to be setpublic java.lang.String toString()
toString in class java.lang.Object