public class V1PodIPFluentImpl<A extends V1PodIPFluent<A>> extends BaseFluent<A> implements V1PodIPFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1PodIPFluentImpl() |
V1PodIPFluentImpl(io.kubernetes.client.openapi.models.V1PodIP instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIp() |
int |
hashCode() |
Boolean |
hasIp() |
A |
withIp(String ip) |
A |
withNewIp(String original)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1PodIPFluentImpl()
public V1PodIPFluentImpl(io.kubernetes.client.openapi.models.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>>
@Deprecated public A withNewIp(String original)
withNewIp
in interface V1PodIPFluent<A extends V1PodIPFluent<A>>
Copyright © 2021. All rights reserved.