Interface SendBarrierInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SendBarrierInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface SendBarrierInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<SendBarrierInput>

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

     input input {
       leaf node {
         ext:context-reference inv:node-context;
         type inv:node-ref;
       }
     }
     
    The schema path to identify an instance is flow-capable-transaction/send-barrier/input

    To create instances of this class use SendBarrierInputBuilder.

    See Also:
    SendBarrierInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SendBarrierInput> 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 org.opendaylight.yangtools.yang.binding.RpcInput
      • getNode

        @RoutingContext(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContext.class)
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef getNode()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef node, or null if not present