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.Object
get(java.lang.String key)
Returns the value from InsightModelDataUsage annotation by specified key.java.lang.Float
getConsideringScore()
Gets the consideringScore.java.lang.Float
getDiscussedScore()
Gets the discussedScore.java.lang.Float
getExplicitScore()
Gets the explicitScore.java.lang.Float
getImplicitScore()
Gets the implicitScore.java.lang.Float
getLabMeasurementScore()
Gets the labMeasurementScore.java.lang.Float
getPatientReportedScore()
Gets the patientReportedScore.java.lang.Float
getPendingScore()
Gets the pendingScore.java.lang.Float
getTakenScore()
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:
get
in classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
key
- the name of the field to get
-
-