Class ResponseContainer
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
-
- Direct Known Subclasses:
ResponseContainerAssets,ResponseContainerDatabase,ResponseContainerDatabaseSchema,ResponseContainerModule,ResponseContainerSchemaTables
public class ResponseContainer extends Object
Base class container for the generic data in a response.
Each response data has set of attributes defined by names.
Id - identifier of the response data
Type - set by subclass to identify content of the response.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get response data identifier.StringgetType()Get type of the response data.voidsetId(String id)Set response data identifier.
-
-
-
Method Detail
-
getId
public String getId()
Get response data identifier.- Returns:
- response data identifier.
-
setId
public void setId(String id)
Set response data identifier.- Parameters:
id- response data identifier.
-
getType
public String getType()
Get type of the response data.- Returns:
- type of the response data.
-
-