Interface Flow

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Flow>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Table>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericFlowAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FlowKey>

    public interface Flow
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Table>, org.opendaylight.yangtools.yang.binding.Augmentable<Flow>, Flow, org.opendaylight.yangtools.yang.binding.Identifiable<FlowKey>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     list flow {
       key id;
       leaf id {
         type flow-id;
       }
       uses flow:flow;
     }
     
    The schema path to identify an instance is flow-node-inventory/tables/table/flow

    To create instances of this class use FlowBuilder.

    See Also:
    FlowBuilder, FlowKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        FlowId getId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId id, or null if not present
      • key

        FlowKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<FlowKey>