public class RouteRuleInfo extends Object
| Constructor and Description |
|---|
RouteRuleInfo() |
RouteRuleInfo(ServiceRouteRule routeRule,
List<GroupWeight> groups) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupWeight> |
getGroups() |
ServiceRouteRule |
getRouteRule() |
void |
setGroups(List<GroupWeight> groups) |
void |
setRouteRule(ServiceRouteRule routeRule) |
public RouteRuleInfo()
public RouteRuleInfo(ServiceRouteRule routeRule, List<GroupWeight> groups)
public ServiceRouteRule getRouteRule()
public void setRouteRule(ServiceRouteRule routeRule)
public List<GroupWeight> getGroups()
public void setGroups(List<GroupWeight> groups)
Copyright © 2020 org.mydotey. All rights reserved.