public class MessagesStats extends Object
Constructor and Description |
---|
MessagesStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ErrorMsgs |
getErrorMsgs() |
KeepAliveMsgs |
getKeepAliveMsgs() |
RouteRefreshMsgs |
getRouteRefreshMsgs() |
TotalMsgs |
getTotalMsgs() |
UpdateMsgs |
getUpdateMsgs() |
int |
hashCode() |
void |
injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
void |
setErrorMsgs(ErrorMsgs errorMsgs) |
void |
setKeepAliveMsgs(KeepAliveMsgs keepAliveMsgs) |
void |
setRouteRefreshMsgs(RouteRefreshMsgs routeRefreshMsgs) |
void |
setTotalMsgs(TotalMsgs totalMsgs) |
void |
setUpdateMsgs(UpdateMsgs updateMsgs) |
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public RouteRefreshMsgs getRouteRefreshMsgs()
public void setRouteRefreshMsgs(RouteRefreshMsgs routeRefreshMsgs)
public UpdateMsgs getUpdateMsgs()
public void setUpdateMsgs(UpdateMsgs updateMsgs)
public TotalMsgs getTotalMsgs()
public void setTotalMsgs(TotalMsgs totalMsgs)
public KeepAliveMsgs getKeepAliveMsgs()
public void setKeepAliveMsgs(KeepAliveMsgs keepAliveMsgs)
public ErrorMsgs getErrorMsgs()
public void setErrorMsgs(ErrorMsgs errorMsgs)
Copyright © 2018 OpenDaylight. All rights reserved.