public class EndpointFluentImpl<A extends EndpointFluent<A>> extends io.dekorate.deps.kubernetes.api.builder.BaseFluent<A> implements EndpointFluent<A>
_visitables| Constructor and Description |
|---|
EndpointFluentImpl() |
EndpointFluentImpl(Endpoint instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getInterval() |
String |
getPath() |
String |
getPort() |
Boolean |
hasHonorLabels() |
Boolean |
hasInterval() |
Boolean |
hasPath() |
Boolean |
hasPort() |
boolean |
isHonorLabels() |
A |
withHonorLabels(boolean honorLabels) |
A |
withInterval(String interval) |
A |
withNewInterval(String arg1) |
A |
withNewInterval(StringBuffer arg1) |
A |
withNewInterval(StringBuilder arg1) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewPort(String arg1) |
A |
withNewPort(StringBuffer arg1) |
A |
withNewPort(StringBuilder arg1) |
A |
withPath(String path) |
A |
withPort(String port) |
accept, aggregate, aggregate, build, build, builderOfpublic EndpointFluentImpl()
public EndpointFluentImpl(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 A withNewPort(String arg1)
withNewPort in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewPort(StringBuilder arg1)
withNewPort in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewPort(StringBuffer arg1)
withNewPort 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 A withNewPath(String arg1)
withNewPath in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath 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 A withNewInterval(String arg1)
withNewInterval in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewInterval(StringBuilder arg1)
withNewInterval in interface EndpointFluent<A extends EndpointFluent<A>>public A withNewInterval(StringBuffer arg1)
withNewInterval 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>>Copyright © 2018–2019 Red Hat. All rights reserved.