Class ListenerAddressFluentImpl<A extends ListenerAddressFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.status.ListenerAddressFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ListenerAddressFluent<A>
- Direct Known Subclasses:
ListenerAddressBuilder,ListenerStatusFluentImpl.AddressesNestedImpl
public class ListenerAddressFluentImpl<A extends ListenerAddressFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ListenerAddressFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ListenerAddressFluentImpl()ListenerAddressFluentImpl(ListenerAddress instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()IntegergetPort()inthashCode()BooleanhasHost()BooleanhasPort()AwithHost(String host)AwithNewHost(byte[] arg1)AwithNewHost(byte[] arg1, int arg2)AwithNewHost(byte[] arg1, int arg2, int arg3)AwithNewHost(byte[] arg1, int arg2, int arg3, int arg4)AwithNewHost(char[] arg1)AwithNewHost(char[] arg1, int arg2, int arg3)AwithNewHost(int[] arg1, int arg2, int arg3)AwithNewHost(String arg1)AwithNewHost(StringBuffer arg1)AwithNewHost(StringBuilder arg1)AwithPort(Integer port)
-
-
-
Constructor Detail
-
ListenerAddressFluentImpl
public ListenerAddressFluentImpl()
-
ListenerAddressFluentImpl
public ListenerAddressFluentImpl(ListenerAddress instance)
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(int[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHostin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
getPort
public Integer getPort()
- Specified by:
getPortin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
withPort
public A withPort(Integer port)
- Specified by:
withPortin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
hasPort
public Boolean hasPort()
- Specified by:
hasPortin interfaceListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
-