public class ServiceMonitorConfigFluent<A extends ServiceMonitorConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
ServiceMonitorConfigFluent() |
ServiceMonitorConfigFluent(ServiceMonitorConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getHonorLabels() |
Integer |
getInterval() |
String |
getPath() |
String |
getPort() |
int |
hashCode() |
boolean |
hasHonorLabels() |
boolean |
hasInterval() |
boolean |
hasPath() |
boolean |
hasPort() |
String |
toString() |
A |
withHonorLabels() |
A |
withHonorLabels(Boolean honorLabels) |
A |
withInterval(Integer interval) |
A |
withPath(String path) |
A |
withPort(String port) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServiceMonitorConfigFluent()
public ServiceMonitorConfigFluent(ServiceMonitorConfig instance)
public String getPort()
public boolean hasPort()
public String getPath()
public boolean hasPath()
public Integer getInterval()
public boolean hasInterval()
public Boolean getHonorLabels()
public boolean hasHonorLabels()
public boolean equals(Object o)
equals in class ConfigurationFluent<A extends ServiceMonitorConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluent<A extends ServiceMonitorConfigFluent<A>>public String toString()
toString in class ConfigurationFluent<A extends ServiceMonitorConfigFluent<A>>public A withHonorLabels()
Copyright © 2018–2023 Red Hat. All rights reserved.