public class ServiceConfigFluent<A extends ServiceConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
ServiceConfigFluent() |
ServiceConfigFluent(ServiceConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(ServiceConfig instance) |
boolean |
equals(Object o) |
String |
getEnvVarPrefix() |
String |
getGroup() |
String |
getId() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getVersion() |
boolean |
hasEnvVarPrefix() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasId() |
boolean |
hasKind() |
boolean |
hasName() |
boolean |
hasNamespace() |
boolean |
hasVersion() |
String |
toString() |
A |
withEnvVarPrefix(String envVarPrefix) |
A |
withGroup(String group) |
A |
withId(String id) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withVersion(String version) |
addToAttributes, addToAttributes, buildProject, copyInstance, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic ServiceConfigFluent()
public ServiceConfigFluent(ServiceConfig instance)
protected void copyInstance(ServiceConfig instance)
public String getGroup()
public boolean hasGroup()
public String getKind()
public boolean hasKind()
public String getName()
public boolean hasName()
public String getVersion()
public boolean hasVersion()
public String getId()
public boolean hasId()
public String getNamespace()
public boolean hasNamespace()
public String getEnvVarPrefix()
public boolean hasEnvVarPrefix()
public boolean equals(Object o)
equals in class ConfigurationFluent<A extends ServiceConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluent<A extends ServiceConfigFluent<A>>public String toString()
toString in class ConfigurationFluent<A extends ServiceConfigFluent<A>>Copyright © 2018–2024 Red Hat. All rights reserved.