Interface MetricObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
@Generated("mdsal-binding-generator")
public interface MetricObject
extends org.opendaylight.yangtools.binding.Grouping
METRIC Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping metric-object {
container metric {
uses object;
leaf metric-type {
type uint8;
}
leaf bound {
type boolean;
default false;
}
leaf computed {
type boolean;
default false;
}
leaf value {
type ieee754:float32;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn metric, ornullif it is not present.@NonNull MetricReturn metric, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details