Interface AddFlowInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AddFlowInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericFlowAttributes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, NodeFlow, org.opendaylight.yangtools.yang.binding.RpcInput, TransactionMetadata

    public interface AddFlowInput
    extends TransactionMetadata, NodeFlow, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<AddFlowInput>

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

     input input {
       uses tr:transaction-metadata;
       leaf flow-ref {
         type types:flow-ref;
       }
       uses node-flow;
     }
     
    The schema path to identify an instance is sal-flow/add-flow/input

    To create instances of this class use AddFlowInputBuilder.

    See Also:
    AddFlowInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AddFlowInput> 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
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface NodeFlow
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
        Specified by:
        implementedInterface in interface TransactionMetadata
      • getFlowRef

        FlowRef getFlowRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef flowRef, or null if not present