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

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

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

 grouping ipv4-prefixes {
   container destination-ipv4 {
     list ipv4-prefixes {
       uses bgp-msg:ipv4-prefix-and-path-id;
     }
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getDestinationIpv4

      DestinationIpv4 getDestinationIpv4()
      Return destinationIpv4, or null if it is not present.
      Returns:
      DestinationIpv4 destinationIpv4, or null if it is not present.
    • nonnullDestinationIpv4

      @NonNull DestinationIpv4 nonnullDestinationIpv4()
      Return destinationIpv4, or an empty instance if it is not present.
      Returns:
      DestinationIpv4 destinationIpv4, or an empty instance if it is not present.