Package com.merative.acd.v1.model
Class InsightModelSubstanceAbuse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelSubstanceAbuse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelSubstanceAbuse extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData Substance Abuse.
-
-
Constructor Summary
Constructors Constructor Description InsightModelSubstanceAbuse()
-
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 InsightModelSubstanceAbuse annotation by specified key.java.lang.Float
getNonPatientScore()
Gets the nonPatientScore.InsightModelSubstanceAbuseTreatment
getTreatment()
Gets the treatment.java.lang.Float
getTreatmentScore()
Gets the treatmentScore.
-
-
-
Method Detail
-
getTreatmentScore
public java.lang.Float getTreatmentScore()
Gets the treatmentScore.- Returns:
- the treatmentScore
-
getNonPatientScore
public java.lang.Float getNonPatientScore()
Gets the nonPatientScore.- Returns:
- the nonPatientScore
-
getTreatment
public InsightModelSubstanceAbuseTreatment getTreatment()
Gets the treatment.- Returns:
- the treatment
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelSubstanceAbuse 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
-
-