Class StaticIPAMRoutesFluentImpl<A extends StaticIPAMRoutesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.StaticIPAMRoutesFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,StaticIPAMRoutesFluent<A>
- Direct Known Subclasses:
StaticIPAMConfigFluentImpl.RoutesNestedImpl,StaticIPAMRoutesBuilder
public class StaticIPAMRoutesFluentImpl<A extends StaticIPAMRoutesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StaticIPAMRoutesFluent<A>
-
-
Constructor Summary
Constructors Constructor Description StaticIPAMRoutesFluentImpl()StaticIPAMRoutesFluentImpl(StaticIPAMRoutes instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDestination()StringgetGateway()BooleanhasDestination()BooleanhasGateway()inthashCode()AwithDestination(String destination)AwithGateway(String gateway)AwithNewDestination(String arg1)AwithNewDestination(StringBuffer arg1)AwithNewDestination(StringBuilder arg1)AwithNewGateway(String arg1)AwithNewGateway(StringBuffer arg1)AwithNewGateway(StringBuilder arg1)
-
-
-
Constructor Detail
-
StaticIPAMRoutesFluentImpl
public StaticIPAMRoutesFluentImpl()
-
StaticIPAMRoutesFluentImpl
public StaticIPAMRoutesFluentImpl(StaticIPAMRoutes instance)
-
-
Method Detail
-
getDestination
public String getDestination()
- Specified by:
getDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withDestination
public A withDestination(String destination)
- Specified by:
withDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
hasDestination
public Boolean hasDestination()
- Specified by:
hasDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewDestination
public A withNewDestination(String arg1)
- Specified by:
withNewDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewDestination
public A withNewDestination(StringBuilder arg1)
- Specified by:
withNewDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewDestination
public A withNewDestination(StringBuffer arg1)
- Specified by:
withNewDestinationin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
getGateway
public String getGateway()
- Specified by:
getGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withGateway
public A withGateway(String gateway)
- Specified by:
withGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
hasGateway
public Boolean hasGateway()
- Specified by:
hasGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewGateway
public A withNewGateway(String arg1)
- Specified by:
withNewGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewGateway
public A withNewGateway(StringBuilder arg1)
- Specified by:
withNewGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
withNewGateway
public A withNewGateway(StringBuffer arg1)
- Specified by:
withNewGatewayin interfaceStaticIPAMRoutesFluent<A extends StaticIPAMRoutesFluent<A>>
-
-