public class ListenerAddressFluentImpl<A extends ListenerAddressFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ListenerAddressFluent<A>
| Constructor and Description |
|---|
ListenerAddressFluentImpl() |
ListenerAddressFluentImpl(ListenerAddress instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
Integer |
getPort() |
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
A |
withPort(Integer port) |
public ListenerAddressFluentImpl()
public ListenerAddressFluentImpl(ListenerAddress instance)
public String getHost()
getHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public A withHost(String host)
withHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public Boolean hasHost()
hasHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public A withNewHost(String arg1)
withNewHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public A withNewHost(StringBuilder arg1)
withNewHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public A withNewHost(StringBuffer arg1)
withNewHost in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public Integer getPort()
getPort in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public A withPort(Integer port)
withPort in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>public Boolean hasPort()
hasPort in interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>Copyright © 2019. All rights reserved.