Package com.merative.acd.v1.model
Class InsightModelDataProcedure
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.InsightModelDataProcedure
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InsightModelDataProcedure extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>InsightModelData Procedure.
-
-
Constructor Summary
Constructors Constructor Description InsightModelDataProcedure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from InsightModelDataProcedure annotation by specified key.InsightModelDataProcedureModifiergetModifiers()Gets the modifiers.InsightModelDataTaskgetTask()Gets the task.InsightModelDataTypegetType()Gets the type.InsightModelDataUsagegetUsage()Gets the usage.
-
-
-
Method Detail
-
getUsage
public InsightModelDataUsage getUsage()
Gets the usage.- Returns:
- the usage
-
getTask
public InsightModelDataTask getTask()
Gets the task.- Returns:
- the task
-
getType
public InsightModelDataType getType()
Gets the type.- Returns:
- the type
-
getModifiers
public InsightModelDataProcedureModifier getModifiers()
Gets the modifiers.- Returns:
- the modifiers
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from InsightModelDataProcedure 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
-
-