Class EndpointPortFluentImpl<A extends EndpointPortFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.discovery.EndpointPortFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,EndpointPortFluent<A>
- Direct Known Subclasses:
DoneableEndpointPort,EndpointPortBuilder,EndpointSliceFluentImpl.PortsNestedImpl
public class EndpointPortFluentImpl<A extends EndpointPortFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EndpointPortFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EndpointPortFluentImpl()EndpointPortFluentImpl(EndpointPort instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAppProtocol()StringgetName()IntegergetPort()StringgetProtocol()BooleanhasAppProtocol()BooleanhasName()BooleanhasPort()BooleanhasProtocol()AwithAppProtocol(String appProtocol)AwithName(String name)AwithNewAppProtocol(String arg1)AwithNewAppProtocol(StringBuffer arg1)AwithNewAppProtocol(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewPort(int arg1)AwithNewPort(String arg1)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
Constructor Details
-
EndpointPortFluentImpl
public EndpointPortFluentImpl() -
EndpointPortFluentImpl
-
-
Method Details
-
getAppProtocol
- Specified by:
getAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withAppProtocol
- Specified by:
withAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasAppProtocol
- Specified by:
hasAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getName
- Specified by:
getNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withName
- Specified by:
withNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getPort
- Specified by:
getPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withPort
- Specified by:
withPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewPort
- Specified by:
withNewPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getProtocol
- Specified by:
getProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withProtocol
- Specified by:
withProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
equals
-