Package com.merative.acd.v1.model
Class InsightModelAlcohol
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelAlcohol
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelAlcohol extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData Alcohol.
-
-
Constructor Summary
Constructors Constructor Description InsightModelAlcohol()
-
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 InsightModelAlcohol annotation by specified key.java.lang.Float
getExposureScore()
Gets the exposureScore.java.lang.Float
getNonPatientScore()
Gets the nonPatientScore.java.lang.Float
getTreatmentScore()
Gets the treatmentScore.InsightModelAlcoholUsage
getUsage()
Gets the usage.InsightModelAlcoholUseQualifier
getUseQualifier()
Gets the useQualifier.InsightModelAlcoholUseStatus
getUseStatus()
Gets the useStatus.
-
-
-
Method Detail
-
getUsage
public InsightModelAlcoholUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getUseStatus
public InsightModelAlcoholUseStatus getUseStatus()
Gets the useStatus.- Returns:
- the useStatus
-
getUseQualifier
public InsightModelAlcoholUseQualifier getUseQualifier()
Gets the useQualifier.- Returns:
- the useQualifier
-
getExposureScore
public java.lang.Float getExposureScore()
Gets the exposureScore.- Returns:
- the exposureScore
-
getNonPatientScore
public java.lang.Float getNonPatientScore()
Gets the nonPatientScore.- Returns:
- the nonPatientScore
-
getTreatmentScore
public java.lang.Float getTreatmentScore()
Gets the treatmentScore.- Returns:
- the treatmentScore
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelAlcohol 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
-
-