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.Object
get(java.lang.String key)
Returns the value from InsightModelDataMedication annotation by specified key.InsightModelDataEvent
getAdverse()
Gets the adverse.InsightModelDataEvent
getDoseChanged()
Gets the doseChanged.InsightModelDataEvent
getStarted()
Gets the started.InsightModelDataEvent
getStopped()
Gets the stopped.InsightModelDataUsage
getUsage()
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:
get
in classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
key
- the name of the field to get
-
-