public class V1IPBlockFluentImpl<A extends V1IPBlockFluent<A>> extends BaseFluent<A> implements V1IPBlockFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1IPBlockFluentImpl() |
V1IPBlockFluentImpl(io.kubernetes.client.openapi.models.V1IPBlock instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToExcept(Collection<String> items) |
A |
addToExcept(Integer index,
String item) |
A |
addToExcept(String... items) |
boolean |
equals(Object o) |
String |
getCidr() |
List<String> |
getExcept() |
String |
getExcept(Integer index) |
String |
getFirstExcept() |
String |
getLastExcept() |
String |
getMatchingExcept(Predicate<String> predicate) |
Boolean |
hasCidr() |
Boolean |
hasExcept() |
int |
hashCode() |
Boolean |
hasMatchingExcept(Predicate<String> predicate) |
A |
removeAllFromExcept(Collection<String> items) |
A |
removeFromExcept(String... items) |
A |
setToExcept(Integer index,
String item) |
String |
toString() |
A |
withCidr(String cidr) |
A |
withExcept(List<String> except) |
A |
withExcept(String... except) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1IPBlockFluentImpl()
public V1IPBlockFluentImpl(io.kubernetes.client.openapi.models.V1IPBlock instance)
public String getCidr()
getCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A withCidr(String cidr)
withCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public Boolean hasCidr()
hasCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addToExcept(Integer index, String item)
addToExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A setToExcept(Integer index, String item)
setToExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addToExcept(String... items)
addToExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addAllToExcept(Collection<String> items)
addAllToExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A removeFromExcept(String... items)
removeFromExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A removeAllFromExcept(Collection<String> items)
removeAllFromExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public List<String> getExcept()
getExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public String getExcept(Integer index)
getExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public String getFirstExcept()
getFirstExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public String getLastExcept()
getLastExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public String getMatchingExcept(Predicate<String> predicate)
getMatchingExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public Boolean hasMatchingExcept(Predicate<String> predicate)
hasMatchingExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A withExcept(List<String> except)
withExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A withExcept(String... except)
withExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public Boolean hasExcept()
hasExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1IPBlockFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1IPBlockFluent<A>>Copyright © 2022. All rights reserved.