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