public class RouteRuleGroup extends Object
| Constructor and Description |
|---|
RouteRuleGroup() |
RouteRuleGroup(Long routeRuleGroupId,
Long routeRuleId,
Long groupId,
Integer unreleasedWeight) |
RouteRuleGroup(Long routeRuleGroupId,
Long routeRuleId,
Long groupId,
Integer weight,
Integer unreleasedWeight) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getGroupId() |
Long |
getRouteRuleGroupId() |
Long |
getRouteRuleId() |
Integer |
getUnreleasedWeight() |
Integer |
getWeight() |
void |
setGroupId(Long groupId) |
void |
setRouteRuleGroupId(Long routeRuleGroupId) |
void |
setRouteRuleId(Long routeRuleId) |
void |
setUnreleasedWeight(Integer unreleasedWeight) |
void |
setWeight(Integer weight) |
String |
toString() |
public RouteRuleGroup()
public RouteRuleGroup(Long routeRuleGroupId, Long routeRuleId, Long groupId, Integer unreleasedWeight)
public Long getRouteRuleGroupId()
public void setRouteRuleGroupId(Long routeRuleGroupId)
public Long getRouteRuleId()
public void setRouteRuleId(Long routeRuleId)
public Long getGroupId()
public void setGroupId(Long groupId)
public Integer getWeight()
public void setWeight(Integer weight)
public Integer getUnreleasedWeight()
public void setUnreleasedWeight(Integer unreleasedWeight)
Copyright © 2020 org.mydotey. All rights reserved.