Interface GetActiveBundleInput

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

    public interface GetActiveBundleInput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetActiveBundleInput>

    This class represents the following YANG schema fragment defined in module arbitrator-reconcile

     input input {
       uses inv:node-context-ref;
       leaf node-id {
         type uint64;
       }
     }
     
    The schema path to identify an instance is arbitrator-reconcile/get-active-bundle/input

    To create instances of this class use GetActiveBundleInputBuilder.

    See Also:
    GetActiveBundleInputBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint64 getNodeId()
        Node for which the bundle active has to be fetched
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 nodeId, or null if not present