public class DesiredConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DesiredConfig.HostOverride
Used to represent an override on a host.
|
Constructor and Description |
---|
DesiredConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<DesiredConfig.HostOverride> |
getHostOverrides()
Gets the host overrides for the desired config.
|
String |
getServiceName()
Gets the service name (if any) for the desired config.
|
String |
getTag()
Gets the tag
|
Long |
getVersion() |
int |
hashCode() |
void |
setHostOverrides(List<DesiredConfig.HostOverride> overrides)
Sets the host overrides for the desired config.
|
void |
setServiceName(String name)
Sets the service name (if any) for the desired config.
|
void |
setTag(String tag)
Sets the tag
|
void |
setVersion(Long version) |
String |
toString() |
public void setTag(String tag)
tag
- the tagpublic String getTag()
public String getServiceName()
public void setServiceName(String name)
name
- the service namepublic void setHostOverrides(List<DesiredConfig.HostOverride> overrides)
overrides
- the host namespublic List<DesiredConfig.HostOverride> getHostOverrides()
public Long getVersion()
public void setVersion(Long version)
Copyright © 2022 Apache Software Foundation. All rights reserved.