public class FollowerInfo extends Object
Constructor and Description |
---|
FollowerInfo(String id,
long nextIndex,
long matchIndex,
boolean active,
String timeSinceLastActivity,
boolean voting) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
long |
getMatchIndex() |
long |
getNextIndex() |
String |
getTimeSinceLastActivity() |
boolean |
isActive() |
boolean |
isVoting() |
@ConstructorProperties(value={"id","nextIndex","matchIndex","active","timeSinceLastActivity","voting"}) public FollowerInfo(String id, long nextIndex, long matchIndex, boolean active, String timeSinceLastActivity, boolean voting)
Copyright © 2019 OpenDaylight. All rights reserved.