Class SparkEngineApplicationStatus
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkEngineApplicationStatus
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkEngineApplicationStatus extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine Application Status.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSparkEngineApplicationStatus.TypeEngine Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkApplicationDetailsgetApplicationDetails()Gets the applicationDetails.java.lang.StringgetApplicationId()Gets the applicationId.java.lang.StringgetAutoTerminationTime()Gets the autoTerminationTime.java.lang.StringgetCreationTime()Gets the creationTime.java.lang.StringgetDeployMode()Gets the deployMode.java.lang.StringgetEndTime()Gets the endTime.java.lang.StringgetFailedTime()Gets the failedTime.java.lang.StringgetFinishTime()Gets the finishTime.java.lang.StringgetId()Gets the id.java.lang.StringgetJobEndpoint()Gets the jobEndpoint.java.lang.StringgetReturnCode()Gets the returnCode.SparkEngineApplicationStatusRuntimegetRuntime()Gets the runtime.java.lang.StringgetServiceInstanceId()Gets the serviceInstanceId.java.lang.StringgetSparkApplicationId()Gets the sparkApplicationId.java.lang.StringgetSparkApplicationName()Gets the sparkApplicationName.java.lang.StringgetSparkVersion()Gets the sparkVersion.java.lang.StringgetStartTime()Gets the startTime.java.lang.StringgetState()Gets the state.java.util.List<SparkEngineApplicationStatusStateDetailsItems>getStateDetails()Gets the stateDetails.java.lang.StringgetSubmissionTime()Gets the submissionTime.java.lang.StringgetTemplateId()Gets the templateId.java.lang.StringgetType()Gets the type.java.util.List<SparkVolumeDetails>getVolumes()Gets the volumes.java.lang.StringgetWxdApplicationUiEndpoint()Gets the wxdApplicationUiEndpoint.
-
-
-
Method Detail
-
getApplicationDetails
public SparkApplicationDetails getApplicationDetails()
Gets the applicationDetails. Application details.- Returns:
- the applicationDetails
-
getApplicationId
public java.lang.String getApplicationId()
Gets the applicationId. Application ID.- Returns:
- the applicationId
-
getAutoTerminationTime
public java.lang.String getAutoTerminationTime()
Gets the autoTerminationTime. Auto Termination Time.- Returns:
- the autoTerminationTime
-
getCreationTime
public java.lang.String getCreationTime()
Gets the creationTime. Creation time.- Returns:
- the creationTime
-
getDeployMode
public java.lang.String getDeployMode()
Gets the deployMode. Deployment mode.- Returns:
- the deployMode
-
getEndTime
public java.lang.String getEndTime()
Gets the endTime. End Time.- Returns:
- the endTime
-
getFailedTime
public java.lang.String getFailedTime()
Gets the failedTime. Failed time.- Returns:
- the failedTime
-
getFinishTime
public java.lang.String getFinishTime()
Gets the finishTime. Finish time.- Returns:
- the finishTime
-
getId
public java.lang.String getId()
Gets the id. Application ID.- Returns:
- the id
-
getJobEndpoint
public java.lang.String getJobEndpoint()
Gets the jobEndpoint. Job endpoint.- Returns:
- the jobEndpoint
-
getReturnCode
public java.lang.String getReturnCode()
Gets the returnCode. Return code.- Returns:
- the returnCode
-
getRuntime
public SparkEngineApplicationStatusRuntime getRuntime()
Gets the runtime. application run time.- Returns:
- the runtime
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
Gets the serviceInstanceId. Service Instance ID for POST.- Returns:
- the serviceInstanceId
-
getSparkApplicationId
public java.lang.String getSparkApplicationId()
Gets the sparkApplicationId. Spark application ID.- Returns:
- the sparkApplicationId
-
getSparkApplicationName
public java.lang.String getSparkApplicationName()
Gets the sparkApplicationName. Spark application name.- Returns:
- the sparkApplicationName
-
getSparkVersion
public java.lang.String getSparkVersion()
Gets the sparkVersion. Spark Version.- Returns:
- the sparkVersion
-
getStartTime
public java.lang.String getStartTime()
Gets the startTime. Start time.- Returns:
- the startTime
-
getState
public java.lang.String getState()
Gets the state. Application state.- Returns:
- the state
-
getStateDetails
public java.util.List<SparkEngineApplicationStatusStateDetailsItems> getStateDetails()
Gets the stateDetails. Application state details.- Returns:
- the stateDetails
-
getSubmissionTime
public java.lang.String getSubmissionTime()
Gets the submissionTime. Application submission time.- Returns:
- the submissionTime
-
getTemplateId
public java.lang.String getTemplateId()
Gets the templateId. Template ID.- Returns:
- the templateId
-
getType
public java.lang.String getType()
Gets the type. Engine Type.- Returns:
- the type
-
getVolumes
public java.util.List<SparkVolumeDetails> getVolumes()
Gets the volumes. Spark application volumes to mount.- Returns:
- the volumes
-
getWxdApplicationUiEndpoint
public java.lang.String getWxdApplicationUiEndpoint()
Gets the wxdApplicationUiEndpoint. Wxd history_server endpoint.- Returns:
- the wxdApplicationUiEndpoint
-
-