Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.metric.object.MetricObject
Package
Description
-
Uses of MetricObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.te.lsp.attributes._case
Modifier and TypeMethodDescriptionTeLspAttributesBuilder.getMetricObject()
Return current value associated with the property corresponding toMetricObject.getMetricObject()
.Modifier and TypeMethodDescriptionTeLspAttributesBuilder.setMetricObject
(MetricObject value) Set the property corresponding toMetricObject.getMetricObject()
to the specified value. -
Uses of MetricObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Modifier and TypeMethodDescriptionMetricObject.getMetricObject()
Return metricObject, ornull
if it is not present.@NonNull MetricObject
MetricObject.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
Modifier 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.Modifier and TypeMethodDescription@NonNull MetricObject
MetricObjectBuilder.build()
A newMetricObject
instance.static @NonNull MetricObject
MetricObjectBuilder.empty()
Get empty instance of MetricObject.Modifier and TypeMethodDescriptiondefault Class
<MetricObject> MetricObject.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
MetricObject.bindingEquals
(@NonNull MetricObject thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MetricObject.bindingHashCode
(@NonNull MetricObject obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MetricObject.bindingToString
(@NonNull MetricObject obj) Default implementation ofObject.toString()
contract for this interface.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMetricObject
.