Interface NodeCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NodeCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Linkstate>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ObjectType

    public interface NodeCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NodeCase>, ObjectType

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     case node-case {
       container node-descriptors {
         uses node-identifier;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate/object-type/node-case
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NodeCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNodeDescriptors

        @Nullable NodeDescriptors getNodeDescriptors()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.node._case.NodeDescriptors nodeDescriptors, or null if not present