Package io.fabric8.kubernetes.api.model
Class EndpointPortFluentImpl<A extends EndpointPortFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EndpointPortFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,EndpointPortFluent<A>
- Direct Known Subclasses:
EndpointPortBuilder,EndpointSubsetFluentImpl.PortsNestedImpl,KubeSchemaFluentImpl.EndpointPortNestedImpl,WatchEventFluentImpl.EndpointPortObjectNestedImpl
public class EndpointPortFluentImpl<A extends EndpointPortFluent<A>> extends BaseFluent<A> implements EndpointPortFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EndpointPortFluentImpl()EndpointPortFluentImpl(EndpointPort instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAppProtocol()StringgetName()IntegergetPort()StringgetProtocol()BooleanhasAppProtocol()inthashCode()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)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithPort(Integer port)AwithProtocol(String protocol)
-
-
-
Constructor Detail
-
EndpointPortFluentImpl
public EndpointPortFluentImpl()
-
EndpointPortFluentImpl
public EndpointPortFluentImpl(EndpointPort instance)
-
-
Method Detail
-
getAppProtocol
public String getAppProtocol()
- Specified by:
getAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withAppProtocol
public A withAppProtocol(String appProtocol)
- Specified by:
withAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasAppProtocol
public Boolean hasAppProtocol()
- Specified by:
hasAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
public A withNewAppProtocol(String arg1)
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
public A withNewAppProtocol(StringBuilder arg1)
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewAppProtocol
public A withNewAppProtocol(StringBuffer arg1)
- Specified by:
withNewAppProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getPort
public Integer getPort()
- Specified by:
getPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withPort
public A withPort(Integer port)
- Specified by:
withPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasPort
public Boolean hasPort()
- Specified by:
hasPortin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withProtocol
public A withProtocol(String protocol)
- Specified by:
withProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
hasProtocol
public Boolean hasProtocol()
- Specified by:
hasProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
public A withNewProtocol(String arg1)
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
public A withNewProtocol(StringBuilder arg1)
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
withNewProtocol
public A withNewProtocol(StringBuffer arg1)
- Specified by:
withNewProtocolin interfaceEndpointPortFluent<A extends EndpointPortFluent<A>>
-
-