Interface LegacyFastRerouteObjectCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LegacyFastRerouteObjectCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<FastRerouteObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FastRerouteObject

    public interface LegacyFastRerouteObjectCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LegacyFastRerouteObjectCase>, FastRerouteObject

    This class represents the following YANG schema fragment defined in module rsvp

     case legacy-fast-reroute-object-case {
       container legacy-fast-reroute-object {
         uses common-fast-reroute-object;
       }
     }
     
    The schema path to identify an instance is rsvp/fast-reroute-object/fast-reroute-object/legacy-fast-reroute-object-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable LegacyFastRerouteObject getLegacyFastRerouteObject()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.legacy.fast.reroute.object._case.LegacyFastRerouteObject legacyFastRerouteObject, or null if not present