public class StatefulMessages extends Object
Constructor and Description |
---|
StatefulMessages() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getLastReceivedRptMsgTimestamp() |
Long |
getReceivedRptMsgCount() |
Long |
getSentInitMsgCount() |
Long |
getSentUpdMsgCount() |
int |
hashCode() |
void |
injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
void |
setLastReceivedRptMsgTimestamp(Long lastReceivedRptMsgTimestamp) |
void |
setReceivedRptMsgCount(Long receivedRptMsgCount) |
void |
setSentInitMsgCount(Long sentInitMsgCount) |
void |
setSentUpdMsgCount(Long sentUpdMsgCount) |
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public Long getReceivedRptMsgCount()
public void setReceivedRptMsgCount(Long receivedRptMsgCount)
public Long getSentInitMsgCount()
public void setSentInitMsgCount(Long sentInitMsgCount)
public Long getSentUpdMsgCount()
public void setSentUpdMsgCount(Long sentUpdMsgCount)
public Long getLastReceivedRptMsgTimestamp()
public void setLastReceivedRptMsgTimestamp(Long lastReceivedRptMsgTimestamp)
Copyright © 2018 OpenDaylight. All rights reserved.