Interface ObjectHeader

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends ObjectHeader> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getProcessingRule

        Boolean getProcessingRule()
        Return processingRule, or null if it is not present.
        Returns:
        java.lang.Boolean processingRule, or null if it is not present.
      • isProcessingRule

        @Deprecated(forRemoval=true)
        default Boolean isProcessingRule()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIgnore

        Boolean getIgnore()
        Return ignore, or null if it is not present.
        Returns:
        java.lang.Boolean ignore, or null if it is not present.
      • isIgnore

        @Deprecated(forRemoval=true)
        default Boolean isIgnore()
        Deprecated, for removal: This API element is subject to removal in a future version.