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.GenericModel
Engine Application Status.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SparkEngineApplicationStatus.Type
Engine Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkApplicationDetails
getApplicationDetails()
Gets the applicationDetails.java.lang.String
getApplicationId()
Gets the applicationId.java.lang.String
getAutoTerminationTime()
Gets the autoTerminationTime.java.lang.String
getCreationTime()
Gets the creationTime.java.lang.String
getDeployMode()
Gets the deployMode.java.lang.String
getEndTime()
Gets the endTime.java.lang.String
getFailedTime()
Gets the failedTime.java.lang.String
getFinishTime()
Gets the finishTime.java.lang.String
getId()
Gets the id.java.lang.String
getJobEndpoint()
Gets the jobEndpoint.java.lang.String
getReturnCode()
Gets the returnCode.SparkEngineApplicationStatusRuntime
getRuntime()
Gets the runtime.java.lang.String
getServiceInstanceId()
Gets the serviceInstanceId.java.lang.String
getSparkApplicationId()
Gets the sparkApplicationId.java.lang.String
getSparkApplicationName()
Gets the sparkApplicationName.java.lang.String
getSparkVersion()
Gets the sparkVersion.java.lang.String
getStartTime()
Gets the startTime.java.lang.String
getState()
Gets the state.java.util.List<SparkEngineApplicationStatusStateDetailsItems>
getStateDetails()
Gets the stateDetails.java.lang.String
getSubmissionTime()
Gets the submissionTime.java.lang.String
getTemplateId()
Gets the templateId.java.lang.String
getType()
Gets the type.java.util.List<SparkVolumeDetails>
getVolumes()
Gets the volumes.java.lang.String
getWxdApplicationUiEndpoint()
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
-
-