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 Object
implementedInterface
in interface ObjectHeader
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
implementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataObject
public Boolean isIgnore()
isIgnore
in interface ObjectHeader
java.lang.Boolean
ignore
, or null
if not presentpublic Boolean isProcessingRule()
isProcessingRule
in interface ObjectHeader
java.lang.Boolean
processingRule
, or null
if not presentCopyright © 2020 OpenDaylight. All rights reserved.