Class SuccessReadyResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.SuccessReadyResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SuccessReadyResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse of success for Ready API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuildstring()Gets the buildstring.java.lang.StringgetConsoleVersion()Gets the consoleVersion.java.lang.StringgetMessage()Gets the message.java.lang.StringgetMessageCode()Gets the messageCode.java.lang.StringgetSchemaVersion()Gets the schemaVersion.
-
-
-
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
-
-