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:
MvpnRoutesIpv4Case, MvpnRoutesIpv4Case, MvpnRoutesIpv4Case, MvpnRoutesIpv4Case, MvpnRoutesIpv4Case, MvpnRoutesIpv4Case, MvpnRoutesIpv4Case

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

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

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

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

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

    implementedInterface
  • Method Details

    • getMvpnRoutesIpv4

      MvpnRoutesIpv4 getMvpnRoutesIpv4()
      Return mvpnRoutesIpv4, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.routes.ipv4.MvpnRoutesIpv4 mvpnRoutesIpv4, or null if it is not present.
    • nonnullMvpnRoutesIpv4

      @NonNull MvpnRoutesIpv4 nonnullMvpnRoutesIpv4()
      Return mvpnRoutesIpv4, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.routes.ipv4.MvpnRoutesIpv4 mvpnRoutesIpv4, or an empty instance if it is not present.