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