Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Interface Destination
- 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:
AdvertizedRoutes,WithdrawnRoutes
@Generated("mdsal-binding-generator")
public interface Destination
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-multiprotocol
grouping destination {
choice destination-type;
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationType, ornullif it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getDestinationType
DestinationType getDestinationType()Return destinationType, ornullif it is not present.- Returns:
DestinationTypedestinationType, ornullif it is not present.
-