Package com.merative.acd.v1.model
Class InsightModelDataMedication
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelDataMedication
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelDataMedication extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>InsightModelData Medication.
-
-
Constructor Summary
Constructors Constructor Description InsightModelDataMedication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from InsightModelDataMedication annotation by specified key.InsightModelDataEventgetAdverse()Gets the adverse.InsightModelDataEventgetDoseChanged()Gets the doseChanged.InsightModelDataEventgetStarted()Gets the started.InsightModelDataEventgetStopped()Gets the stopped.InsightModelDataUsagegetUsage()Gets the usage.
-
-
-
Method Detail
-
getUsage
public InsightModelDataUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getStarted
public InsightModelDataEvent getStarted()
Gets the started.- Returns:
- the started
-
getStopped
public InsightModelDataEvent getStopped()
Gets the stopped.- Returns:
- the stopped
-
getDoseChanged
public InsightModelDataEvent getDoseChanged()
Gets the doseChanged.- Returns:
- the doseChanged
-
getAdverse
public InsightModelDataEvent getAdverse()
Gets the adverse.- Returns:
- the adverse
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelDataMedication 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
-
-