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.Objectget(java.lang.String key)Returns the value from InsightModelSubstanceAbuseTreatment annotation by specified key.java.lang.FloatgetComplianceScore()Gets the complianceScore.java.lang.FloatgetDiscussedScore()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:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-