Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition.RejectRoute
Packages that use RejectRoute
Package
Description
-
Uses of RejectRoute in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition with type parameters of type RejectRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RejectRoute>>
E$$RejectRouteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition that return RejectRouteModifier and TypeMethodDescription@NonNull RejectRoute
RejectRouteBuilder.build()
A newRejectRoute
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition that return types with arguments of type RejectRouteMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition with parameters of type RejectRouteModifier and TypeMethodDescriptionstatic boolean
RejectRoute.bindingEquals
(@NonNull RejectRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RejectRoute.bindingHashCode
(@NonNull RejectRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RejectRoute.bindingToString
(@NonNull RejectRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition with type arguments of type RejectRouteModifier and TypeMethodDescriptionRejectRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<RejectRoute> augmentation) Add an augmentation to this builder's product.RejectRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RejectRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.actions.route.disposition with parameters of type RejectRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRejectRoute
.