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 |
|---|---|
protected void |
copyInstance(ServiceMonitorConfig instance) |
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, copyInstance, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic ServiceMonitorConfigFluent()
public ServiceMonitorConfigFluent(ServiceMonitorConfig instance)
protected void copyInstance(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–2024 Red Hat. All rights reserved.