Package com.databricks.sdk.service.jobs
Class RunState
- java.lang.Object
-
- com.databricks.sdk.service.jobs.RunState
-
@Generated public class RunState extends Object
The current state of the run.
-
-
Constructor Summary
Constructors Constructor Description RunState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RunLifeCycleStategetLifeCycleState()RunResultStategetResultState()StringgetStateMessage()BooleangetUserCancelledOrTimedout()inthashCode()RunStatesetLifeCycleState(RunLifeCycleState lifeCycleState)RunStatesetResultState(RunResultState resultState)RunStatesetStateMessage(String stateMessage)RunStatesetUserCancelledOrTimedout(Boolean userCancelledOrTimedout)StringtoString()
-
-
-
Method Detail
-
setLifeCycleState
public RunState setLifeCycleState(RunLifeCycleState lifeCycleState)
-
getLifeCycleState
public RunLifeCycleState getLifeCycleState()
-
setResultState
public RunState setResultState(RunResultState resultState)
-
getResultState
public RunResultState getResultState()
-
getStateMessage
public String getStateMessage()
-
setUserCancelledOrTimedout
public RunState setUserCancelledOrTimedout(Boolean userCancelledOrTimedout)
-
getUserCancelledOrTimedout
public Boolean getUserCancelledOrTimedout()
-
-