public class PodIPFluentImpl<A extends PodIPFluent<A>> extends BaseFluent<A> implements PodIPFluent<A>
_visitables| Constructor and Description |
|---|
PodIPFluentImpl() |
PodIPFluentImpl(PodIP instance) |
| Modifier and Type | Method and 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) |
public PodIPFluentImpl()
public PodIPFluentImpl(PodIP instance)
public String getIp()
getIp in interface PodIPFluent<A extends PodIPFluent<A>>public A withIp(String ip)
withIp in interface PodIPFluent<A extends PodIPFluent<A>>public Boolean hasIp()
hasIp in interface PodIPFluent<A extends PodIPFluent<A>>public A withNewIp(String arg1)
withNewIp in interface PodIPFluent<A extends PodIPFluent<A>>public A withNewIp(StringBuilder arg1)
withNewIp in interface PodIPFluent<A extends PodIPFluent<A>>public A withNewIp(StringBuffer arg1)
withNewIp in interface PodIPFluent<A extends PodIPFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.