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() |
Object |
getInvalidObject() |
Class<Object> |
implementedInterface() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
public UnknownObject(PCEPErrors error)
public UnknownObject(PCEPErrors error, Object invalidObject)
public PCEPErrors getError()
public Object getInvalidObject()
public Class<Object> implementedInterface()
implementedInterface in interface ObjectimplementedInterface in interface ObjectHeaderimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectpublic 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 © 2020 OpenDaylight. All rights reserved.