public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ErrorMessages |
getErrorMessages() |
Long |
getLastSentMsgTimestamp() |
Long |
getReceivedMsgCount() |
Long |
getSentMsgCount() |
Integer |
getUnknownMsgReceived() |
int |
hashCode() |
void |
injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
void |
setErrorMessages(ErrorMessages errorMessages) |
void |
setLastSentMsgTimestamp(Long lastSentMsgTimestamp) |
void |
setReceivedMsgCount(Long receivedMsgCount) |
void |
setSentMsgCount(Long sentMsgCount) |
void |
setUnknownMsgReceived(Integer unknownMsgReceived) |
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public ErrorMessages getErrorMessages()
public void setErrorMessages(ErrorMessages errorMessages)
public Integer getUnknownMsgReceived()
public void setUnknownMsgReceived(Integer unknownMsgReceived)
public Long getSentMsgCount()
public void setSentMsgCount(Long sentMsgCount)
public Long getReceivedMsgCount()
public void setReceivedMsgCount(Long receivedMsgCount)
public Long getLastSentMsgTimestamp()
public void setLastSentMsgTimestamp(Long lastSentMsgTimestamp)
Copyright © 2018 OpenDaylight. All rights reserved.