Interface FlowspecDestinationIpv4
- 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:
DestinationFlowspecCase
,DestinationFlowspecCase
@Generated("mdsal-binding-generator")
public interface FlowspecDestinationIpv4
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-destination-ipv4 { container destination-flowspec-ipv4 { uses flowspec-destination-group-ipv4; uses bgp-msg:path-id-grouping; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationFlowspecIpv4, ornull
if it is not present.@NonNull DestinationFlowspecIpv4
Return destinationFlowspecIpv4, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getDestinationFlowspecIpv4
DestinationFlowspecIpv4 getDestinationFlowspecIpv4()Return destinationFlowspecIpv4, ornull
if it is not present.- Returns:
DestinationFlowspecIpv4
destinationFlowspecIpv4, ornull
if it is not present.
-
nonnullDestinationFlowspecIpv4
@NonNull DestinationFlowspecIpv4 nonnullDestinationFlowspecIpv4()Return destinationFlowspecIpv4, or an empty instance if it is not present.- Returns:
DestinationFlowspecIpv4
destinationFlowspecIpv4, or an empty instance if it is not present.
-