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 SummaryConstructors Constructor Description InsightModelSubstanceAbuseTreatment()
 - 
Method SummaryAll 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- 
getDiscussedScorepublic java.lang.Float getDiscussedScore() Gets the discussedScore.- Returns:
- the discussedScore
 
 - 
getComplianceScorepublic java.lang.Float getComplianceScore() Gets the complianceScore.- Returns:
- the complianceScore
 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from InsightModelSubstanceAbuseTreatment annotation by specified key.- Overrides:
- getin class- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
- key- the name of the field to get
 
 
- 
 
-