Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.ipv4.DestinationFlowspecIpv4
Package
Description
-
Uses of DestinationFlowspecIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Modifier and TypeMethodDescriptionFlowspecDestinationIpv4.getDestinationFlowspecIpv4()
Return destinationFlowspecIpv4, ornull
if it is not present.@NonNull DestinationFlowspecIpv4
FlowspecDestinationIpv4.nonnullDestinationFlowspecIpv4()
Return destinationFlowspecIpv4, or an empty instance if it is not present. -
Uses of DestinationFlowspecIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.destination.ipv4
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<DestinationFlowspecIpv4>>
E$$DestinationFlowspecIpv4Builder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull DestinationFlowspecIpv4
DestinationFlowspecIpv4Builder.build()
A newDestinationFlowspecIpv4
instance.static @NonNull DestinationFlowspecIpv4
DestinationFlowspecIpv4Builder.empty()
Get empty instance of DestinationFlowspecIpv4.Modifier and TypeMethodDescriptiondefault Class
<DestinationFlowspecIpv4> DestinationFlowspecIpv4.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
DestinationFlowspecIpv4.bindingEquals
(@NonNull DestinationFlowspecIpv4 thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DestinationFlowspecIpv4.bindingHashCode
(@NonNull DestinationFlowspecIpv4 obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DestinationFlowspecIpv4.bindingToString
(@NonNull DestinationFlowspecIpv4 obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionDestinationFlowspecIpv4Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<DestinationFlowspecIpv4> augmentation) Add an augmentation to this builder's product.DestinationFlowspecIpv4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<DestinationFlowspecIpv4>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDestinationFlowspecIpv4
. -
Uses of DestinationFlowspecIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.mp.reach.nlri.advertized.routes.destination.type
Modifier and TypeMethodDescriptionDestinationFlowspecCaseBuilder.getDestinationFlowspecIpv4()
Return current value associated with the property corresponding toFlowspecDestinationIpv4.getDestinationFlowspecIpv4()
.Modifier and TypeMethodDescriptionDestinationFlowspecCaseBuilder.setDestinationFlowspecIpv4
(DestinationFlowspecIpv4 value) Set the property corresponding toFlowspecDestinationIpv4.getDestinationFlowspecIpv4()
to the specified value. -
Uses of DestinationFlowspecIpv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
Modifier and TypeMethodDescriptionDestinationFlowspecCaseBuilder.getDestinationFlowspecIpv4()
Return current value associated with the property corresponding toFlowspecDestinationIpv4.getDestinationFlowspecIpv4()
.Modifier and TypeMethodDescriptionDestinationFlowspecCaseBuilder.setDestinationFlowspecIpv4
(DestinationFlowspecIpv4 value) Set the property corresponding toFlowspecDestinationIpv4.getDestinationFlowspecIpv4()
to the specified value.