public class ObjectHeaderImpl extends Object implements ObjectHeader
QNAME
Constructor and Description |
---|
ObjectHeaderImpl(Boolean processed,
Boolean ignore) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<? extends org.opendaylight.yangtools.yang.binding.DataContainer> |
getImplementedInterface() |
int |
hashCode() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
String |
toString() |
public Class<? extends org.opendaylight.yangtools.yang.binding.DataContainer> getImplementedInterface()
getImplementedInterface
in interface org.opendaylight.yangtools.yang.binding.DataContainer
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 © 2019 OpenDaylight. All rights reserved.