Class ResponseContainerModule
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerModule
-
public class ResponseContainerModule extends ResponseContainer
Response container for Analytics Modeling module representation.
The container has following attributes:
physicalDefinition - Analytics Modeling module representation.
The type of the container is 'module'.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_MODULE
-
Constructor Summary
Constructors Constructor Description ResponseContainerModule()Constructor defines 'module' type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataModulegetPhysicalModule()Get Analytics Modeling module.voidsetPhysicalModule(MetadataModule value)Set Analytics Modeling module.-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
getId, getType, setId
-
-
-
-
Field Detail
-
TYPE_MODULE
public static final String TYPE_MODULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setPhysicalModule
public void setPhysicalModule(MetadataModule value)
Set Analytics Modeling module.- Parameters:
value- module definition to set.
-
getPhysicalModule
public MetadataModule getPhysicalModule()
Get Analytics Modeling module.- Returns:
- Analytics Modeling module.
-
-