Class UnknownObject
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.UnknownObject
-
- All Implemented Interfaces:
Object,ObjectHeader,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public final class UnknownObject extends Object implements Object
Placeholder object. This object should be injected by in positions where an object is either completely unknown or has failed semantic validation.
-
-
Constructor Summary
Constructors Constructor Description UnknownObject(PCEPErrors error)UnknownObject(PCEPErrors error, Object invalidObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PCEPErrorsgetError()List<Errors>getErrors()BooleangetIgnore()Return ignore, ornullif it is not present.ObjectgetInvalidObject()BooleangetProcessingRule()Return processingRule, ornullif it is not present.Class<Object>implementedInterface()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ObjectHeader
isIgnore, isProcessingRule
-
-
-
-
Constructor Detail
-
UnknownObject
public UnknownObject(PCEPErrors error)
-
UnknownObject
public UnknownObject(PCEPErrors error, Object invalidObject)
-
-
Method Detail
-
getError
public PCEPErrors getError()
-
getInvalidObject
public Object getInvalidObject()
-
implementedInterface
public Class<Object> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceObject- Specified by:
implementedInterfacein interfaceObjectHeader
-
getIgnore
public Boolean getIgnore()
Description copied from interface:ObjectHeaderReturn ignore, ornullif it is not present.- Specified by:
getIgnorein interfaceObjectHeader- Returns:
java.lang.Booleanignore, ornullif it is not present.
-
getProcessingRule
public Boolean getProcessingRule()
Description copied from interface:ObjectHeaderReturn processingRule, ornullif it is not present.- Specified by:
getProcessingRulein interfaceObjectHeader- Returns:
java.lang.BooleanprocessingRule, ornullif it is not present.
-
-