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>
Represents a single address of particular listener
-
-
Constructor Summary
Constructors Constructor Description ListenerAddressFluentImpl()ListenerAddressFluentImpl(ListenerAddress instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()IntegergetPort()inthashCode()BooleanhasHost()BooleanhasPort()AwithHost(String host)AwithNewHost(String original)Deprecated.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
@Deprecated public A withNewHost(String original)
Deprecated.- 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>>
-
-