Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object.ExcludeRouteObject
Packages that use ExcludeRouteObject
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object
-
Uses of ExcludeRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return ExcludeRouteObjectModifier and TypeMethodDescriptionExcludeRouteObject.getExcludeRouteObject()Return excludeRouteObject, ornullif it is not present.@NonNull ExcludeRouteObjectExcludeRouteObject.nonnullExcludeRouteObject()Return excludeRouteObject, or an empty instance if it is not present. -
Uses of ExcludeRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object with type parameters of type ExcludeRouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExcludeRouteObject>>
E$$ExcludeRouteObjectBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object that return ExcludeRouteObjectModifier and TypeMethodDescription@NonNull ExcludeRouteObjectExcludeRouteObjectBuilder.build()A newExcludeRouteObjectinstance.static @NonNull ExcludeRouteObjectExcludeRouteObjectBuilder.empty()Get empty instance of ExcludeRouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object that return types with arguments of type ExcludeRouteObjectModifier and TypeMethodDescriptiondefault Class<ExcludeRouteObject> ExcludeRouteObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object with parameters of type ExcludeRouteObjectModifier and TypeMethodDescriptionstatic booleanExcludeRouteObject.bindingEquals(@NonNull ExcludeRouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intExcludeRouteObject.bindingHashCode(@NonNull ExcludeRouteObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringExcludeRouteObject.bindingToString(@NonNull ExcludeRouteObject obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object with type arguments of type ExcludeRouteObjectModifier and TypeMethodDescriptionExcludeRouteObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ExcludeRouteObject> augmentation) Add an augmentation to this builder's product.ExcludeRouteObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExcludeRouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.exclude.route.object with parameters of type ExcludeRouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExcludeRouteObject.