Interface FlowRemovedMask

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowRemovedMask>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AsyncBodyGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface FlowRemovedMask
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AsyncBodyGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowRemovedMask>

    This class represents the following YANG schema fragment defined in module openflow-protocol

     list flow-removed-mask {
       leaf-list mask {
         type oft:flow-removed-reason;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/async-body-grouping/flow-removed-mask

    To create instances of this class use FlowRemovedMaskBuilder.

    See Also:
    FlowRemovedMaskBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<FlowRemovedMask> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMask

        @Nullable List<FlowRemovedReason> getMask()
        Returns:
        java.util.List mask, or null if not present