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 boolean
equals(Object o)
String
getIp()
int
hashCode()
Boolean
hasIp()
A
withIp(String ip)
A
withNewIp(String arg1)
A
withNewIp(StringBuffer arg1)
A
withNewIp(StringBuilder arg1)
-
-
-
Constructor Detail
-
PodIPFluentImpl
public PodIPFluentImpl()
-
PodIPFluentImpl
public PodIPFluentImpl(PodIP instance)
-
-
Method Detail
-
getIp
public String getIp()
- Specified by:
getIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
withIp
public A withIp(String ip)
- Specified by:
withIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
hasIp
public Boolean hasIp()
- Specified by:
hasIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(String arg1)
- Specified by:
withNewIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(StringBuilder arg1)
- Specified by:
withNewIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
withNewIp
public A withNewIp(StringBuffer arg1)
- Specified by:
withNewIp
in interfacePodIPFluent<A extends PodIPFluent<A>>
-
-