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