public class RawIPSetFluentImpl<A extends RawIPSetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RawIPSetFluent<A>
| Constructor and Description |
|---|
RawIPSetFluentImpl() |
RawIPSetFluentImpl(RawIPSet instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToCidrs(Collection<String> items) |
A |
addNewCidr(String arg0) |
A |
addToCidrs(int index,
String item) |
A |
addToCidrs(String... items) |
boolean |
equals(Object o) |
String |
getCidr(int index) |
List<String> |
getCidrs() |
String |
getFirstCidr() |
String |
getLastCidr() |
String |
getMatchingCidr(Predicate<String> predicate) |
String |
getName() |
String |
getSource() |
Boolean |
hasCidrs() |
int |
hashCode() |
Boolean |
hasMatchingCidr(Predicate<String> predicate) |
Boolean |
hasName() |
Boolean |
hasSource() |
A |
removeAllFromCidrs(Collection<String> items) |
A |
removeFromCidrs(String... items) |
A |
setToCidrs(int index,
String item) |
A |
withCidrs(List<String> cidrs) |
A |
withCidrs(String... cidrs) |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewSource(String arg0)
Deprecated.
|
A |
withSource(String source) |
public RawIPSetFluentImpl()
public RawIPSetFluentImpl(RawIPSet instance)
public A addToCidrs(int index, String item)
addToCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A setToCidrs(int index, String item)
setToCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A addToCidrs(String... items)
addToCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A addAllToCidrs(Collection<String> items)
addAllToCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A removeFromCidrs(String... items)
removeFromCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A removeAllFromCidrs(Collection<String> items)
removeAllFromCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public List<String> getCidrs()
getCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getCidr(int index)
getCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getFirstCidr()
getFirstCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getLastCidr()
getLastCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getMatchingCidr(Predicate<String> predicate)
getMatchingCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public Boolean hasMatchingCidr(Predicate<String> predicate)
hasMatchingCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A withCidrs(List<String> cidrs)
withCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A withCidrs(String... cidrs)
withCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public Boolean hasCidrs()
hasCidrs in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A addNewCidr(String arg0)
addNewCidr in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getName()
getName in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A withName(String name)
withName in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public Boolean hasName()
hasName in interface RawIPSetFluent<A extends RawIPSetFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public String getSource()
getSource in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public A withSource(String source)
withSource in interface RawIPSetFluent<A extends RawIPSetFluent<A>>public Boolean hasSource()
hasSource in interface RawIPSetFluent<A extends RawIPSetFluent<A>>@Deprecated public A withNewSource(String arg0)
withNewSource in interface RawIPSetFluent<A extends RawIPSetFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.