Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object.ExplicitRouteObject
-
-
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 ExplicitRouteObject Modifier and Type Method Description ExplicitRouteObjectExplicitRouteObject. getExplicitRouteObject()Return explicitRouteObject, ornullif 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 ExplicitRouteObject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ExplicitRouteObject>>
E$$ExplicitRouteObjectBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object that return ExplicitRouteObject Modifier and Type Method Description ExplicitRouteObjectExplicitRouteObjectBuilder. build()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 ExplicitRouteObject Modifier and Type Method Description default 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 ExplicitRouteObject Modifier and Type Method Description static 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 ExplicitRouteObject Modifier and Type Method Description ExplicitRouteObjectBuilderExplicitRouteObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ExplicitRouteObject> augmentation)Add an augmentation to this builder's product.ExplicitRouteObjectBuilderExplicitRouteObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 ExplicitRouteObject Constructor Description ExplicitRouteObjectBuilder(ExplicitRouteObject base)
-