Class SchemaResponseSummary
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SchemaResponseSummary
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SchemaResponseSummary extends com.ibm.cloud.sdk.core.service.model.GenericModelSummary of the schema response. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBucket()Gets the bucket.java.lang.StringgetCatalog()Gets the catalog.java.lang.StringgetOwner()Gets the owner.java.lang.StringgetSchemaName()Gets the schemaName. 
 - 
 
- 
- 
Method Detail
- 
getBucket
public java.lang.String getBucket()
Gets the bucket. The bucket linked to the catalog.- Returns:
 - the bucket
 
 
- 
getCatalog
public java.lang.String getCatalog()
Gets the catalog. The catalog that this schema is associated to.- Returns:
 - the catalog
 
 
- 
getOwner
public java.lang.String getOwner()
Gets the owner. Owner of the bucket.- Returns:
 - the owner
 
 
- 
getSchemaName
public java.lang.String getSchemaName()
Gets the schemaName. Name of the schema.- Returns:
 - the schemaName
 
 
 - 
 
 -