public class ErrorMessages extends Object
Constructor and Description |
---|
ErrorMessages() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LastReceivedError |
getLastReceivedError() |
LastSentError |
getLastSentError() |
Long |
getReceivedErrorMsgCount() |
Long |
getSentErrorMsgCount() |
int |
hashCode() |
void |
injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
void |
setLastReceivedError(LastReceivedError lastReceivedError) |
void |
setLastSentError(LastSentError lastSentError) |
void |
setReceivedErrorMsgCount(Long receivedErrorMsgCount) |
void |
setSentErrorMsgCount(Long sentErrorMsgCount) |
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public Long getSentErrorMsgCount()
public void setSentErrorMsgCount(Long sentErrorMsgCount)
public LastReceivedError getLastReceivedError()
public void setLastReceivedError(LastReceivedError lastReceivedError)
public LastSentError getLastSentError()
public void setLastSentError(LastSentError lastSentError)
public Long getReceivedErrorMsgCount()
public void setReceivedErrorMsgCount(Long receivedErrorMsgCount)
Copyright © 2018 OpenDaylight. All rights reserved.