public class V1PodIPFluentImpl<A extends V1PodIPFluent<A>> extends BaseFluent<A> implements V1PodIPFluent<A>
_visitables
Constructor and Description |
---|
V1PodIPFluentImpl() |
V1PodIPFluentImpl(V1PodIP instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIp() |
Boolean |
hasIp() |
A |
withIp(String ip) |
A |
withNewIp(String arg1) |
A |
withNewIp(StringBuffer arg1) |
A |
withNewIp(StringBuilder arg1) |
public V1PodIPFluentImpl()
public V1PodIPFluentImpl(V1PodIP instance)
public String getIp()
getIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
public A withIp(String ip)
withIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
public Boolean hasIp()
hasIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
public A withNewIp(String arg1)
withNewIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
public A withNewIp(StringBuilder arg1)
withNewIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
public A withNewIp(StringBuffer arg1)
withNewIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
Copyright © 2021. All rights reserved.