Package com.sap.ai.sdk.core.model
Interface TrckMetric.Builder1
- Enclosing class:
TrckMetric
public static interface TrckMetric.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionvalue(BigDecimal value) Set the value of thisTrckMetricinstance.
-
Method Details
-
value
Set the value of thisTrckMetricinstance.- Parameters:
value- Numeric Value of the metric- Returns:
- The TrckMetric instance.
-