Package com.merative.acd.v1.model
Class InsightModelDataDiagnosis
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelDataDiagnosis
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelDataDiagnosis extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData Diagnosis.
-
-
Constructor Summary
Constructors Constructor Description InsightModelDataDiagnosis()
-
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 InsightModelDataDiagnosis annotation by specified key.java.lang.Float
getFamilyHistoryScore()
Gets the familyHistoryScore.InsightModelDataDiagnosisModifier
getModifiers()
Gets the modifiers.java.lang.Float
getSuspectedScore()
Gets the suspectedScore.java.lang.Float
getSymptomScore()
Gets the symptomScore.java.lang.Float
getTraumaScore()
Gets the traumaScore.InsightModelDataUsage
getUsage()
Gets the usage.
-
-
-
Method Detail
-
getUsage
public InsightModelDataUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getSuspectedScore
public java.lang.Float getSuspectedScore()
Gets the suspectedScore.- Returns:
- the suspectedScore
-
getSymptomScore
public java.lang.Float getSymptomScore()
Gets the symptomScore.- Returns:
- the symptomScore
-
getTraumaScore
public java.lang.Float getTraumaScore()
Gets the traumaScore.- Returns:
- the traumaScore
-
getFamilyHistoryScore
public java.lang.Float getFamilyHistoryScore()
Gets the familyHistoryScore.- Returns:
- the familyHistoryScore
-
getModifiers
public InsightModelDataDiagnosisModifier getModifiers()
Gets the modifiers.- Returns:
- the modifiers
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelDataDiagnosis 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
-
-