Class SchemaResponseCollection

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

    public class SchemaResponseCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema response for list all schemas.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getMessageCode()
      Gets the messageCode.
      java.util.List<SchemaResponseSummary> getSchemas()
      Gets the schemas.
      • 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

      • 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
      • getSchemas

        public java.util.List<SchemaResponseSummary> getSchemas()
        Gets the schemas. A list of all schemas.
        Returns:
        the schemas