All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Ipv4RoutesCase, Ipv4RoutesCase, Ipv4RoutesCase, Ipv4RoutesCase, Ipv4RoutesCase

@Generated("mdsal-binding-generator") public interface Ipv4Routes extends org.opendaylight.yangtools.yang.binding.DataObject

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

 grouping ipv4-routes {
   container ipv4-routes {
     list ipv4-route {
       key "route-key path-id";
       uses bgp-rib:route;
       leaf prefix {
         type inet:ipv4-prefix;
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return ipv4Routes, or null if it is not present.
    Class<? extends Ipv4Routes>
     
    @NonNull Ipv4Routes
    Return ipv4Routes, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends Ipv4Routes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getIpv4Routes

      Ipv4Routes getIpv4Routes()
      Return ipv4Routes, or null if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.Ipv4Routes ipv4Routes, or null if it is not present.
    • nonnullIpv4Routes

      @NonNull Ipv4Routes nonnullIpv4Routes()
      Return ipv4Routes, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.Ipv4Routes ipv4Routes, or an empty instance if it is not present.