Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object.PrimaryPathRouteObject
-
-
Uses of PrimaryPathRouteObject 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 PrimaryPathRouteObject Modifier and Type Method Description PrimaryPathRouteObjectPrimaryPathRouteObject. getPrimaryPathRouteObject()Return primaryPathRouteObject, ornullif it is not present. -
Uses of PrimaryPathRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with type parameters of type PrimaryPathRouteObject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PrimaryPathRouteObject>>
E$$PrimaryPathRouteObjectBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object that return PrimaryPathRouteObject Modifier and Type Method Description PrimaryPathRouteObjectPrimaryPathRouteObjectBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object that return types with arguments of type PrimaryPathRouteObject Modifier and Type Method Description default Class<PrimaryPathRouteObject>PrimaryPathRouteObject. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with parameters of type PrimaryPathRouteObject Modifier and Type Method Description static booleanPrimaryPathRouteObject. bindingEquals(@NonNull PrimaryPathRouteObject thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPrimaryPathRouteObject. bindingHashCode(@NonNull PrimaryPathRouteObject obj)Default implementation ofObject.hashCode()contract for this interface.static StringPrimaryPathRouteObject. bindingToString(@NonNull PrimaryPathRouteObject 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.primary.path.route.object with type arguments of type PrimaryPathRouteObject Modifier and Type Method Description PrimaryPathRouteObjectBuilderPrimaryPathRouteObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PrimaryPathRouteObject> augmentation)Add an augmentation to this builder's product.PrimaryPathRouteObjectBuilderPrimaryPathRouteObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrimaryPathRouteObject>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.primary.path.route.object with parameters of type PrimaryPathRouteObject Constructor Description PrimaryPathRouteObjectBuilder(PrimaryPathRouteObject base)
-