public class ErrorMsgs extends Object
| Constructor and Description | 
|---|
| ErrorMsgs() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| List<ErrorReceived> | getErrorReceived() | 
| ErrorReceivedTotal | getErrorReceivedTotal() | 
| List<ErrorSent> | getErrorSent() | 
| ErrorSentTotal | getErrorSentTotal() | 
| int | hashCode() | 
| void | injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) | 
| void | setErrorReceived(List<ErrorReceived> errorReceived) | 
| void | setErrorReceivedTotal(ErrorReceivedTotal errorReceivedTotal) | 
| void | setErrorSent(List<ErrorSent> errorSent) | 
| void | setErrorSentTotal(ErrorSentTotal errorSentTotal) | 
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public List<ErrorReceived> getErrorReceived()
public void setErrorReceived(List<ErrorReceived> errorReceived)
public ErrorSentTotal getErrorSentTotal()
public void setErrorSentTotal(ErrorSentTotal errorSentTotal)
public ErrorReceivedTotal getErrorReceivedTotal()
public void setErrorReceivedTotal(ErrorReceivedTotal errorReceivedTotal)
Copyright © 2018 OpenDaylight. All rights reserved.