Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object.MetricObject
Packages that use MetricObject
Package
Description
-
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 MetricObjectModifier and TypeMethodDescriptionMetricObject.getMetricObject()Return metricObject, ornullif it is not present.@NonNull MetricObjectMetricObject.nonnullMetricObject()Return metricObject, or an empty instance if 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 MetricObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MetricObject>>
E$$MetricObjectBuilder.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.metric.object that return MetricObjectModifier and TypeMethodDescription@NonNull MetricObjectMetricObjectBuilder.build()A newMetricObjectinstance.static @NonNull MetricObjectMetricObjectBuilder.empty()Get empty instance of MetricObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object that return types with arguments of type MetricObjectModifier and TypeMethodDescriptiondefault 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 MetricObjectModifier and TypeMethodDescriptionstatic 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 MetricObjectModifier and TypeMethodDescriptionMetricObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<MetricObject> augmentation) Add an augmentation to this builder's product.MetricObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 MetricObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMetricObject.