Class ResponseContainerSchemaTables
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerSchemaTables
-
public class ResponseContainerSchemaTables extends ResponseContainer
Response container for list of table names available in the schema.
The container has following attributes:
tables - list of table names available in the schema.
The type of the container is 'tables'.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_TABLES
-
Constructor Summary
Constructors Constructor Description ResponseContainerSchemaTables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getTablesList()voidsetTablesList(List<String> value)-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
getId, getType, setId
-
-
-
-
Field Detail
-
TYPE_TABLES
public static final String TYPE_TABLES
- See Also:
- Constant Field Values
-
-