Package com.merative.acd.v1.model
Class InsightModelDataTask
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelDataTask
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelDataTask extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>InsightModelData Task.
-
-
Constructor Summary
Constructors Constructor Description InsightModelDataTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from InsightModelDataTask annotation by specified key.java.lang.FloatgetClinicalAssessmentScore()Gets the clinicalAssessmentScore.java.lang.FloatgetDiagnosticScore()Gets the diagnosticScore.java.lang.FloatgetLabTestScore()Gets the labTestScore.java.lang.FloatgetSurgicalTaskScore()Gets the surgicalTaskScore.java.lang.FloatgetTherapeuticScore()Gets the therapeuticScore.
-
-
-
Method Detail
-
getTherapeuticScore
public java.lang.Float getTherapeuticScore()
Gets the therapeuticScore.- Returns:
- the therapeuticScore
-
getDiagnosticScore
public java.lang.Float getDiagnosticScore()
Gets the diagnosticScore.- Returns:
- the diagnosticScore
-
getLabTestScore
public java.lang.Float getLabTestScore()
Gets the labTestScore.- Returns:
- the labTestScore
-
getSurgicalTaskScore
public java.lang.Float getSurgicalTaskScore()
Gets the surgicalTaskScore.- Returns:
- the surgicalTaskScore
-
getClinicalAssessmentScore
public java.lang.Float getClinicalAssessmentScore()
Gets the clinicalAssessmentScore.- Returns:
- the clinicalAssessmentScore
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelDataTask 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
-
-