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:
RouteTargetConstrainIpv4RouteCase, RouteTargetIpv4Case

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

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

 grouping route-target-ipv4-grouping {
   container route-target-ipv4 {
     uses route-target;
     uses route-ipv4-extended-community;
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getRouteTargetIpv4

      RouteTargetIpv4 getRouteTargetIpv4()
      Return routeTargetIpv4, or null if it is not present.
           
               Type 0x01 / Subtype 0x02
           
       
      Returns:
      RouteTargetIpv4 routeTargetIpv4, or null if it is not present.
    • nonnullRouteTargetIpv4

      @NonNull RouteTargetIpv4 nonnullRouteTargetIpv4()
      Return routeTargetIpv4, or an empty instance if it is not present.
      Returns:
      RouteTargetIpv4 routeTargetIpv4, or an empty instance if it is not present.