Class SchemaResponse

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SchemaResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Summary of the schema response.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBucket()
      Gets the bucket.
      java.lang.String getCatalog()
      Gets the catalog.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getMessageCode()
      Gets the messageCode.
      java.lang.String getOwner()
      Gets the owner.
      SchemaResponseSummary getSchema()
      Gets the schema.
      java.lang.String getSchemaName()
      Gets the schemaName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Response message string.
        Returns:
        the message
      • getMessageCode

        public java.lang.String getMessageCode()
        Gets the messageCode. Message code string.
        Returns:
        the messageCode
      • getOwner

        public java.lang.String getOwner()
        Gets the owner. Owner of the bucket.
        Returns:
        the owner
      • getSchema

        public SchemaResponseSummary getSchema()
        Gets the schema. Summary of the schema response.
        Returns:
        the schema
      • getSchemaName

        public java.lang.String getSchemaName()
        Gets the schemaName. Name of the schema.
        Returns:
        the schemaName