Class AnalyticsModelingOMASAPIResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
- Direct Known Subclasses:
AssetsResponse,DatabasesResponse,ErrorResponse,ModuleResponse,SchemasResponse,SchemaTablesResponse
public class AnalyticsModelingOMASAPIResponse extends FFDCResponseBase
The class is base for all responses of Analytics Modeling OMAS.
Response data is stored in data field as list of a response containers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalyticsModelingOMASAPIResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagesgetMeta()voidsetMeta(Messages meta)StringtoString()-
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
-
toString
public String toString()
- Overrides:
toStringin classFFDCResponseBase
-
getMeta
public Messages getMeta()
-
setMeta
public void setMeta(Messages meta)
-
-