public class BucketInfo extends ActionInfoList
| Constructor and Description |
|---|
BucketInfo(List<ActionInfo> listActions) |
BucketInfo(List<ActionInfo> actionInfos,
Integer weight,
Long watchPort,
Long watchGroup) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getWatchGroup() |
Long |
getWatchPort() |
Integer |
getWeight() |
int |
hashCode() |
void |
setWatchGroup(Long watchGroup) |
void |
setWatchPort(Long watchPort) |
void |
setWeight(Integer bucketWeight) |
String |
toString() |
buildActions, getActionInfospublic BucketInfo(List<ActionInfo> listActions)
public BucketInfo(List<ActionInfo> actionInfos, Integer weight, Long watchPort, Long watchGroup)
public void setWeight(Integer bucketWeight)
public Integer getWeight()
public Long getWatchPort()
public void setWatchPort(Long watchPort)
public Long getWatchGroup()
public void setWatchGroup(Long watchGroup)
public String toString()
toString in class ActionInfoListpublic int hashCode()
hashCode in class ActionInfoListpublic boolean equals(Object obj)
equals in class ActionInfoListCopyright © 2019 OpenDaylight. All rights reserved.