Class SchemasResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.SchemasResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class SchemasResponse extends AnalyticsModelingOMASAPIResponse
Response for request of the available database schemas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemasResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseContainerDatabaseSchema>getSchemaList()Get list of schemas available for database.voidsetSchemaList(List<ResponseContainerDatabaseSchema> databaseSchemas)Set list of schemas available for database.-
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
-
setSchemaList
public void setSchemaList(List<ResponseContainerDatabaseSchema> databaseSchemas)
Set list of schemas available for database.- Parameters:
databaseSchemas- set as response.
-
getSchemaList
public List<ResponseContainerDatabaseSchema> getSchemaList()
Get list of schemas available for database.- Returns:
- list of schemas available for database.
-
-