Interface FlowUpdate

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef
    All Known Subinterfaces:
    UpdateFlowInput

    @Generated("mdsal-binding-generator")
    public interface FlowUpdate
    extends org.opendaylight.yangtools.yang.binding.DataObject, NodeContextRef
    DataStore aware flow update structure suitable for rpc input (contains node-context).

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

     grouping flow-update {
       uses inv:node-context-ref;
       container original-flow {
         uses types:flow;
       }
       container updated-flow {
         uses types:flow;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends FlowUpdate> 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 NodeContextRef
      • getOriginalFlow

        OriginalFlow getOriginalFlow()
        Return originalFlow, or null if it is not present.
        Returns:
        OriginalFlow originalFlow, or null if it is not present.
      • getUpdatedFlow

        UpdatedFlow getUpdatedFlow()
        Return updatedFlow, or null if it is not present.
        Returns:
        UpdatedFlow updatedFlow, or null if it is not present.