Class SparkEngineApplicationStatusStateDetailsItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkEngineApplicationStatusStateDetailsItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkEngineApplicationStatusStateDetailsItems extends com.ibm.cloud.sdk.core.service.model.GenericModel
State details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Gets the code.java.lang.String
getMessage()
Gets the message.java.lang.String
getType()
Gets the type.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Gets the code. State details code.- Returns:
- the code
-
getMessage
public java.lang.String getMessage()
Gets the message. State details message.- Returns:
- the message
-
getType
public java.lang.String getType()
Gets the type. State details type.- Returns:
- the type
-
-