public class V1IPBlockFluentImpl<A extends V1IPBlockFluent<A>> extends BaseFluent<A> implements V1IPBlockFluent<A>
_visitables| Constructor and Description |
|---|
V1IPBlockFluentImpl() |
V1IPBlockFluentImpl(V1IPBlock instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToExcept(Collection<String> items) |
A |
addNewExcept(String arg1) |
A |
addNewExcept(StringBuffer arg1) |
A |
addNewExcept(StringBuilder arg1) |
A |
addToExcept(int index,
String item) |
A |
addToExcept(String... items) |
boolean |
equals(Object o) |
String |
getCidr() |
List<String> |
getExcept() |
String |
getExcept(int index) |
String |
getFirstExcept() |
String |
getLastExcept() |
String |
getMatchingExcept(Predicate<String> predicate) |
Boolean |
hasCidr() |
Boolean |
hasExcept() |
Boolean |
hasMatchingExcept(Predicate<String> predicate) |
A |
removeAllFromExcept(Collection<String> items) |
A |
removeFromExcept(String... items) |
A |
setToExcept(int index,
String item) |
A |
withCidr(String cidr) |
A |
withExcept(List<String> except) |
A |
withExcept(String... except) |
A |
withNewCidr(String arg1) |
A |
withNewCidr(StringBuffer arg1) |
A |
withNewCidr(StringBuilder arg1) |
public V1IPBlockFluentImpl()
public V1IPBlockFluentImpl(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 withNewCidr(String arg1)
withNewCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A withNewCidr(StringBuilder arg1)
withNewCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A withNewCidr(StringBuffer arg1)
withNewCidr in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addToExcept(int index, String item)
addToExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A setToExcept(int 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(int 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 A addNewExcept(String arg1)
addNewExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addNewExcept(StringBuilder arg1)
addNewExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>public A addNewExcept(StringBuffer arg1)
addNewExcept in interface V1IPBlockFluent<A extends V1IPBlockFluent<A>>Copyright © 2020. All rights reserved.