public class EndpointFluentImpl<A extends EndpointFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EndpointFluent<A>
| Constructor and Description |
|---|
EndpointFluentImpl() |
EndpointFluentImpl(io.dekorate.prometheus.model.Endpoint instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getInterval() |
String |
getPath() |
String |
getPort() |
int |
hashCode() |
Boolean |
hasHonorLabels() |
Boolean |
hasInterval() |
Boolean |
hasPath() |
Boolean |
hasPort() |
boolean |
isHonorLabels() |
String |
toString() |
A |
withHonorLabels() |
A |
withHonorLabels(boolean honorLabels) |
A |
withInterval(String interval) |
A |
withPath(String path) |
A |
withPort(String port) |
public EndpointFluentImpl()
public EndpointFluentImpl(io.dekorate.prometheus.model.Endpoint instance)
public String getPort()
getPort in interface EndpointFluent<A extends EndpointFluent<A>>public A withPort(String port)
withPort in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasPort()
hasPort in interface EndpointFluent<A extends EndpointFluent<A>>public String getPath()
getPath in interface EndpointFluent<A extends EndpointFluent<A>>public A withPath(String path)
withPath in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasPath()
hasPath in interface EndpointFluent<A extends EndpointFluent<A>>public String getInterval()
getInterval in interface EndpointFluent<A extends EndpointFluent<A>>public A withInterval(String interval)
withInterval in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasInterval()
hasInterval in interface EndpointFluent<A extends EndpointFluent<A>>public boolean isHonorLabels()
isHonorLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A withHonorLabels(boolean honorLabels)
withHonorLabels in interface EndpointFluent<A extends EndpointFluent<A>>public Boolean hasHonorLabels()
hasHonorLabels in interface EndpointFluent<A extends EndpointFluent<A>>public A withHonorLabels()
withHonorLabels in interface EndpointFluent<A extends EndpointFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.