Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object.ExplicitRouteObject
Packages that use ExplicitRouteObject
Package
Description
-
Uses of ExplicitRouteObject 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 ExplicitRouteObjectModifier and TypeMethodDescriptionExplicitRouteObject.getExplicitRouteObject()Return explicitRouteObject, ornullif it is not present.@NonNull ExplicitRouteObjectExplicitRouteObject.nonnullExplicitRouteObject()Return explicitRouteObject, or an empty instance if it is not present. -
Uses of ExplicitRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object with type parameters of type ExplicitRouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExplicitRouteObject>>
E$$ExplicitRouteObjectBuilder.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.explicit.route.object that return ExplicitRouteObjectModifier and TypeMethodDescription@NonNull ExplicitRouteObjectExplicitRouteObjectBuilder.build()A newExplicitRouteObjectinstance.static @NonNull ExplicitRouteObjectExplicitRouteObjectBuilder.empty()Get empty instance of ExplicitRouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object that return types with arguments of type ExplicitRouteObjectModifier and TypeMethodDescriptiondefault Class<ExplicitRouteObject> ExplicitRouteObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object with parameters of type ExplicitRouteObjectModifier and TypeMethodDescriptionstatic booleanExplicitRouteObject.bindingEquals(@NonNull ExplicitRouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intExplicitRouteObject.bindingHashCode(@NonNull ExplicitRouteObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringExplicitRouteObject.bindingToString(@NonNull ExplicitRouteObject 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.explicit.route.object with type arguments of type ExplicitRouteObjectModifier and TypeMethodDescriptionExplicitRouteObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ExplicitRouteObject> augmentation) Add an augmentation to this builder's product.ExplicitRouteObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExplicitRouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object with parameters of type ExplicitRouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExplicitRouteObject.