Class ModuleResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.ModuleResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class ModuleResponse extends AnalyticsModelingOMASAPIResponse
Response for request of the Analytics Modeling module.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModuleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseContainerModulegetModule()Get module definition.voidsetModule(ResponseContainerModule module)Set module definition.-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
getMeta, setMeta, toString
-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Method Detail
-
setModule
public void setModule(ResponseContainerModule module)
Set module definition.- Parameters:
module- definition.
-
getModule
public ResponseContainerModule getModule()
Get module definition.- Returns:
- module definition.
-
-