Interface Ipv4Prefixes
- 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-test
grouping ipv4-prefixes { container destination-ipv4 { list ipv4-prefixes { uses bgp-msg:ipv4-prefix-and-path-id; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationIpv4, ornull
if it is not present.@NonNull DestinationIpv4
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, ornull
if it is not present.- Returns:
DestinationIpv4
destinationIpv4, ornull
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.
-