Interface UpdatedFlow

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

    public interface UpdatedFlow
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowUpdate>, org.opendaylight.yangtools.yang.binding.Augmentable<UpdatedFlow>, Flow

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

     container updated-flow {
       uses types:flow;
     }
     
    The schema path to identify an instance is sal-flow/flow-update/updated-flow

    To create instances of this class use UpdatedFlowBuilder.

    See Also:
    UpdatedFlowBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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