Class SchemaTablesResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.SchemaTablesResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class SchemaTablesResponse extends AnalyticsModelingOMASAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaTablesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseContainerSchemaTablesgetTableList()Get list of tables of the schema.voidsetTableList(ResponseContainerSchemaTables tables)Set list of tables of the schema.-
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
-
setTableList
public void setTableList(ResponseContainerSchemaTables tables)
Set list of tables of the schema.- Parameters:
tables- to set.
-
getTableList
public ResponseContainerSchemaTables getTableList()
Get list of tables of the schema.- Returns:
- list of tables.
-
-