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 SummaryConstructors Constructor Description InsightModelDataDiagnosis()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from InsightModelDataDiagnosis annotation by specified key.java.lang.FloatgetFamilyHistoryScore()Gets the familyHistoryScore.InsightModelDataDiagnosisModifiergetModifiers()Gets the modifiers.java.lang.FloatgetSuspectedScore()Gets the suspectedScore.java.lang.FloatgetSymptomScore()Gets the symptomScore.java.lang.FloatgetTraumaScore()Gets the traumaScore.InsightModelDataUsagegetUsage()Gets the usage.
 
- 
- 
- 
Method Detail- 
getUsagepublic InsightModelDataUsage getUsage() Gets the usage.- Returns:
- the usage
 
 - 
getSuspectedScorepublic java.lang.Float getSuspectedScore() Gets the suspectedScore.- Returns:
- the suspectedScore
 
 - 
getSymptomScorepublic java.lang.Float getSymptomScore() Gets the symptomScore.- Returns:
- the symptomScore
 
 - 
getTraumaScorepublic java.lang.Float getTraumaScore() Gets the traumaScore.- Returns:
- the traumaScore
 
 - 
getFamilyHistoryScorepublic java.lang.Float getFamilyHistoryScore() Gets the familyHistoryScore.- Returns:
- the familyHistoryScore
 
 - 
getModifierspublic InsightModelDataDiagnosisModifier getModifiers() Gets the modifiers.- Returns:
- the modifiers
 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from InsightModelDataDiagnosis annotation by specified key.- Overrides:
- getin class- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
- key- the name of the field to get
 
 
- 
 
-