| Modifier and Type | Class and Description |
|---|---|
static interface |
RouteRule.Strategy |
| Constructor and Description |
|---|
RouteRule() |
RouteRule(String routeId,
List<ServiceGroup> groups,
String strategy) |
RouteRule(String routeId,
String strategy) |
| Modifier and Type | Method and Description |
|---|---|
RouteRule |
clone() |
List<ServiceGroup> |
getGroups() |
String |
getRouteId() |
String |
getStrategy() |
void |
setGroups(List<ServiceGroup> groups) |
void |
setRouteId(String routeId) |
void |
setStrategy(String strategy) |
String |
toString() |
public RouteRule()
public RouteRule(String routeId, List<ServiceGroup> groups, String strategy)
public String getRouteId()
public void setRouteId(String routeId)
public String getStrategy()
public void setStrategy(String strategy)
public List<ServiceGroup> getGroups()
public void setGroups(List<ServiceGroup> groups)
Copyright © 2020 org.mydotey. All rights reserved.