public final class UnknownObject extends Object implements Object
| Constructor and Description |
|---|
UnknownObject(PCEPErrors error) |
UnknownObject(PCEPErrors error,
Object invalidObject) |
| Modifier and Type | Method and Description |
|---|---|
PCEPErrors |
getError() |
List<Errors> |
getErrors() |
Class<? extends org.opendaylight.yangtools.yang.binding.DataContainer> |
getImplementedInterface() |
Object |
getInvalidObject() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
public UnknownObject(PCEPErrors error)
public UnknownObject(PCEPErrors error, Object invalidObject)
public PCEPErrors getError()
public Object getInvalidObject()
public Class<? extends org.opendaylight.yangtools.yang.binding.DataContainer> getImplementedInterface()
getImplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerpublic Boolean isIgnore()
isIgnore in interface ObjectHeaderjava.lang.Boolean ignore, or null if not presentpublic Boolean isProcessingRule()
isProcessingRule in interface ObjectHeaderjava.lang.Boolean processingRule, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.