Interface StaleFlow

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<StaleFlow>, 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<StaleFlowKey>

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

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

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

    To create instances of this class use StaleFlowBuilder.

    See Also:
    StaleFlowBuilder, StaleFlowKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<StaleFlow> 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

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