Interface DestinationIpv4

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DestinationIpv4>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4Prefixes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DestinationIpv4
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv4Prefixes>, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationIpv4>

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

     container destination-ipv4 {
       list ipv4-prefixes {
         uses bgp-msg:ipv4-prefix-and-path-id;
       }
     }
     
    The schema path to identify an instance is bgp-test/ipv4-prefixes/destination-ipv4

    To create instances of this class use DestinationIpv4Builder.

    See Also:
    DestinationIpv4Builder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<DestinationIpv4> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpv4Prefixes

        @Nullable List<Ipv4Prefixes> getIpv4Prefixes()
        Returns:
        java.util.List ipv4Prefixes, or null if not present
      • nonnullIpv4Prefixes

        default @NonNull List<Ipv4Prefixes> nonnullIpv4Prefixes()
        Returns:
        java.util.List ipv4Prefixes, or an empty list if it is not present