Package io.fabric8.kubernetes.api.model
Class PodIPFluentImpl<A extends PodIPFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodIPFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PodIPFluent<A>
- Direct Known Subclasses:
PodIPBuilder,PodStatusFluentImpl.PodIPsNestedImpl,WatchEventFluentImpl.PodIPObjectNestedImpl
public class PodIPFluentImpl<A extends PodIPFluent<A>> extends BaseFluent<A> implements PodIPFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodIPFluentImpl()PodIPFluentImpl(PodIP instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIp()inthashCode()BooleanhasIp()AwithIp(String ip)AwithNewIp(String arg1)AwithNewIp(StringBuffer arg1)AwithNewIp(StringBuilder arg1)
-
-
-
Constructor Detail
-
PodIPFluentImpl
public PodIPFluentImpl()
-
PodIPFluentImpl
public PodIPFluentImpl(PodIP instance)
-
-
Method Detail
-
getIp
public String getIp()
- Specified by:
getIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
withIp
public A withIp(String ip)
- Specified by:
withIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
hasIp
public Boolean hasIp()
- Specified by:
hasIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(String arg1)
- Specified by:
withNewIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(StringBuilder arg1)
- Specified by:
withNewIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(StringBuffer arg1)
- Specified by:
withNewIpin interfacePodIPFluent<A extends PodIPFluent<A>>
-
-