Class SuccessReadyResponse

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

    public class SuccessReadyResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response of success for Ready API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBuildstring()
      Gets the buildstring.
      java.lang.String getConsoleVersion()
      Gets the consoleVersion.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getMessageCode()
      Gets the messageCode.
      java.lang.String getSchemaVersion()
      Gets the schemaVersion.
      • 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

      • getBuildstring

        public java.lang.String getBuildstring()
        Gets the buildstring. Build String.
        Returns:
        the buildstring
      • getConsoleVersion

        public java.lang.String getConsoleVersion()
        Gets the consoleVersion. Console Version.
        Returns:
        the consoleVersion
      • getMessage

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

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

        public java.lang.String getSchemaVersion()
        Gets the schemaVersion. Schema Version.
        Returns:
        the schemaVersion