Package com.merative.acd.v1.model
Class InsightModelTobacco
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelTobacco
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelTobacco extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
InsightModelData Tobacco.
-
-
Constructor Summary
Constructors Constructor Description InsightModelTobacco()
-
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 InsightModelTobacco annotation by specified key.java.lang.Float
getExposureScore()
Gets the exposureScore.java.lang.Float
getFamilyHistoryScore()
Gets the familyHistoryScore.java.lang.Float
getNonPatientScore()
Gets the nonPatientScore.java.lang.Float
getTreatmentScore()
Gets the treatmentScore.InsightModelTobaccoUsage
getUsage()
Gets the usage.InsightModelTobaccoUseStatus
getUseStatus()
Gets the useStatus.
-
-
-
Method Detail
-
getUsage
public InsightModelTobaccoUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getUseStatus
public InsightModelTobaccoUseStatus getUseStatus()
Gets the useStatus.- Returns:
- the useStatus
-
getExposureScore
public java.lang.Float getExposureScore()
Gets the exposureScore.- Returns:
- the exposureScore
-
getFamilyHistoryScore
public java.lang.Float getFamilyHistoryScore()
Gets the familyHistoryScore.- Returns:
- the familyHistoryScore
-
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 InsightModelTobacco 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
-
-