All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
MvpnRoutesIpv6Case, MvpnRoutesIpv6Case, MvpnRoutesIpv6Case, MvpnRoutesIpv6Case, MvpnRoutesIpv6Case, MvpnRoutesIpv6Case, MvpnRoutesIpv6Case

@Generated("mdsal-binding-generator") public interface MvpnRoutesIpv6 extends org.opendaylight.yangtools.binding.Grouping

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

 grouping mvpn-routes-ipv6 {
   container mvpn-routes-ipv6 {
     uses mvpn:mvpn-routes;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return mvpnRoutesIpv6, or null if it is not present.
    Return mvpnRoutesIpv6, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getMvpnRoutesIpv6

      MvpnRoutesIpv6 getMvpnRoutesIpv6()
      Return mvpnRoutesIpv6, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.routes.ipv6.MvpnRoutesIpv6 mvpnRoutesIpv6, or null if it is not present.
    • nonnullMvpnRoutesIpv6

      @NonNull MvpnRoutesIpv6 nonnullMvpnRoutesIpv6()
      Return mvpnRoutesIpv6, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.routes.ipv6.MvpnRoutesIpv6 mvpnRoutesIpv6, or an empty instance if it is not present.