All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToMatch(Collection<L4MatchAttributes> items) |
A |
addAllToRoute(Collection<RouteDestination> items) |
TCPRouteFluent.MatchNested<A> |
addNewMatch() |
TCPRouteFluent.MatchNested<A> |
addNewMatchLike(L4MatchAttributes item) |
TCPRouteFluent.RouteNested<A> |
addNewRoute() |
TCPRouteFluent.RouteNested<A> |
addNewRouteLike(RouteDestination item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToMatch(int index,
L4MatchAttributes item) |
A |
addToMatch(L4MatchAttributes... items) |
A |
addToRoute(int index,
RouteDestination item) |
A |
addToRoute(RouteDestination... items) |
L4MatchAttributes |
buildFirstMatch() |
RouteDestination |
buildFirstRoute() |
L4MatchAttributes |
buildLastMatch() |
RouteDestination |
buildLastRoute() |
List<L4MatchAttributes> |
buildMatch() |
L4MatchAttributes |
buildMatch(int index) |
L4MatchAttributes |
buildMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
RouteDestination |
buildMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
List<RouteDestination> |
buildRoute() |
RouteDestination |
buildRoute(int index) |
protected void |
copyInstance(TCPRoute instance) |
TCPRouteFluent.MatchNested<A> |
editFirstMatch() |
TCPRouteFluent.RouteNested<A> |
editFirstRoute() |
TCPRouteFluent.MatchNested<A> |
editLastMatch() |
TCPRouteFluent.RouteNested<A> |
editLastRoute() |
TCPRouteFluent.MatchNested<A> |
editMatch(int index) |
TCPRouteFluent.MatchNested<A> |
editMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
TCPRouteFluent.RouteNested<A> |
editMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
TCPRouteFluent.RouteNested<A> |
editRoute(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatch() |
boolean |
hasMatchingMatch(Predicate<L4MatchAttributesBuilder> predicate) |
boolean |
hasMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
boolean |
hasRoute() |
A |
removeAllFromMatch(Collection<L4MatchAttributes> items) |
A |
removeAllFromRoute(Collection<RouteDestination> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromMatch(L4MatchAttributes... items) |
A |
removeFromRoute(RouteDestination... items) |
A |
removeMatchingFromMatch(Predicate<L4MatchAttributesBuilder> predicate) |
A |
removeMatchingFromRoute(Predicate<RouteDestinationBuilder> predicate) |
TCPRouteFluent.MatchNested<A> |
setNewMatchLike(int index,
L4MatchAttributes item) |
TCPRouteFluent.RouteNested<A> |
setNewRouteLike(int index,
RouteDestination item) |
A |
setToMatch(int index,
L4MatchAttributes item) |
A |
setToRoute(int index,
RouteDestination item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMatch(L4MatchAttributes... match) |
A |
withMatch(List<L4MatchAttributes> match) |
A |
withRoute(List<RouteDestination> route) |
A |
withRoute(RouteDestination... route) |