Interface BulkFlowDsItem

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BulkFlowDsItem>, org.opendaylight.yangtools.yang.binding.BindingObject, BulkFlowBaseContentGrouping, org.opendaylight.yangtools.yang.binding.ChildOf<BulkFlowDsListGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericFlowAttributes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef

    public interface BulkFlowDsItem
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BulkFlowDsListGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<BulkFlowDsItem>, BulkFlowBaseContentGrouping

    This class represents the following YANG schema fragment defined in module sal-bulk-flow

     list bulk-flow-ds-item {
       uses bulk-flow-base-content-grouping;
       leaf flow-id {
         type flow-inv:flow-id;
       }
     }
     
    The schema path to identify an instance is sal-bulk-flow/bulk-flow-ds-list-grouping/bulk-flow-ds-item

    To create instances of this class use BulkFlowDsItemBuilder.

    See Also:
    BulkFlowDsItemBuilder
    • Field Detail

      • QNAME

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

      • getFlowId

        @Nullable FlowId getFlowId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId flowId, or null if not present