Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition.AcceptRoute
Package
Description
-
Uses of AcceptRoute in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AcceptRoute>>
E$$AcceptRouteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull AcceptRoute
AcceptRouteBuilder.build()
A newAcceptRoute
instance.Modifier and TypeMethodDescriptionstatic boolean
AcceptRoute.bindingEquals
(@NonNull AcceptRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AcceptRoute.bindingHashCode
(@NonNull AcceptRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AcceptRoute.bindingToString
(@NonNull AcceptRoute obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionAcceptRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AcceptRoute> augmentation) Add an augmentation to this builder's product.AcceptRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AcceptRoute>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAcceptRoute
.