Package com.merative.acd.v1.model
Class InsightModelDataUsage
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelDataUsage
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelDataUsage extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>InsightModelData Usage.
-
-
Constructor Summary
Constructors Constructor Description InsightModelDataUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from InsightModelDataUsage annotation by specified key.java.lang.FloatgetConsideringScore()Gets the consideringScore.java.lang.FloatgetDiscussedScore()Gets the discussedScore.java.lang.FloatgetExplicitScore()Gets the explicitScore.java.lang.FloatgetImplicitScore()Gets the implicitScore.java.lang.FloatgetLabMeasurementScore()Gets the labMeasurementScore.java.lang.FloatgetPatientReportedScore()Gets the patientReportedScore.java.lang.FloatgetPendingScore()Gets the pendingScore.java.lang.FloatgetTakenScore()Gets the takenScore.
-
-
-
Method Detail
-
getTakenScore
public java.lang.Float getTakenScore()
Gets the takenScore.- Returns:
- the takenScore
-
getExplicitScore
public java.lang.Float getExplicitScore()
Gets the explicitScore.- Returns:
- the explicitScore
-
getImplicitScore
public java.lang.Float getImplicitScore()
Gets the implicitScore.- Returns:
- the implicitScore
-
getConsideringScore
public java.lang.Float getConsideringScore()
Gets the consideringScore.- Returns:
- the consideringScore
-
getPatientReportedScore
public java.lang.Float getPatientReportedScore()
Gets the patientReportedScore.- Returns:
- the patientReportedScore
-
getDiscussedScore
public java.lang.Float getDiscussedScore()
Gets the discussedScore.- Returns:
- the discussedScore
-
getLabMeasurementScore
public java.lang.Float getLabMeasurementScore()
Gets the labMeasurementScore.- Returns:
- the labMeasurementScore
-
getPendingScore
public java.lang.Float getPendingScore()
Gets the pendingScore.- Returns:
- the pendingScore
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelDataUsage annotation by specified key.- Overrides:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-