Class SparkSessionState

java.lang.Object
com.azure.analytics.synapse.spark.models.SparkSessionState

public final class SparkSessionState extends Object
The SparkSessionState model.
  • Constructor Details

    • SparkSessionState

      public SparkSessionState()
  • Method Details

    • getNotStartedAt

      public OffsetDateTime getNotStartedAt()
      Get the notStartedAt property: The notStartedAt property.
      Returns:
      the notStartedAt value.
    • setNotStartedAt

      public SparkSessionState setNotStartedAt(OffsetDateTime notStartedAt)
      Set the notStartedAt property: The notStartedAt property.
      Parameters:
      notStartedAt - the notStartedAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getStartingAt

      public OffsetDateTime getStartingAt()
      Get the startingAt property: The startingAt property.
      Returns:
      the startingAt value.
    • setStartingAt

      public SparkSessionState setStartingAt(OffsetDateTime startingAt)
      Set the startingAt property: The startingAt property.
      Parameters:
      startingAt - the startingAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getIdleAt

      public OffsetDateTime getIdleAt()
      Get the idleAt property: The idleAt property.
      Returns:
      the idleAt value.
    • setIdleAt

      public SparkSessionState setIdleAt(OffsetDateTime idleAt)
      Set the idleAt property: The idleAt property.
      Parameters:
      idleAt - the idleAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getDeadAt

      public OffsetDateTime getDeadAt()
      Get the deadAt property: The deadAt property.
      Returns:
      the deadAt value.
    • setDeadAt

      public SparkSessionState setDeadAt(OffsetDateTime deadAt)
      Set the deadAt property: The deadAt property.
      Parameters:
      deadAt - the deadAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getShuttingDownAt

      public OffsetDateTime getShuttingDownAt()
      Get the shuttingDownAt property: The shuttingDownAt property.
      Returns:
      the shuttingDownAt value.
    • setShuttingDownAt

      public SparkSessionState setShuttingDownAt(OffsetDateTime shuttingDownAt)
      Set the shuttingDownAt property: The shuttingDownAt property.
      Parameters:
      shuttingDownAt - the shuttingDownAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getTerminatedAt

      public OffsetDateTime getTerminatedAt()
      Get the terminatedAt property: The killedAt property.
      Returns:
      the terminatedAt value.
    • setTerminatedAt

      public SparkSessionState setTerminatedAt(OffsetDateTime terminatedAt)
      Set the terminatedAt property: The killedAt property.
      Parameters:
      terminatedAt - the terminatedAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getRecoveringAt

      public OffsetDateTime getRecoveringAt()
      Get the recoveringAt property: The recoveringAt property.
      Returns:
      the recoveringAt value.
    • setRecoveringAt

      public SparkSessionState setRecoveringAt(OffsetDateTime recoveringAt)
      Set the recoveringAt property: The recoveringAt property.
      Parameters:
      recoveringAt - the recoveringAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getBusyAt

      public OffsetDateTime getBusyAt()
      Get the busyAt property: The busyAt property.
      Returns:
      the busyAt value.
    • setBusyAt

      public SparkSessionState setBusyAt(OffsetDateTime busyAt)
      Set the busyAt property: The busyAt property.
      Parameters:
      busyAt - the busyAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getErrorAt

      public OffsetDateTime getErrorAt()
      Get the errorAt property: The errorAt property.
      Returns:
      the errorAt value.
    • setErrorAt

      public SparkSessionState setErrorAt(OffsetDateTime errorAt)
      Set the errorAt property: The errorAt property.
      Parameters:
      errorAt - the errorAt value to set.
      Returns:
      the SparkSessionState object itself.
    • getCurrentState

      public String getCurrentState()
      Get the currentState property: The currentState property.
      Returns:
      the currentState value.
    • setCurrentState

      public SparkSessionState setCurrentState(String currentState)
      Set the currentState property: The currentState property.
      Parameters:
      currentState - the currentState value to set.
      Returns:
      the SparkSessionState object itself.
    • getJobCreationRequest

      public SparkRequest getJobCreationRequest()
      Get the jobCreationRequest property: The jobCreationRequest property.
      Returns:
      the jobCreationRequest value.
    • setJobCreationRequest

      public SparkSessionState setJobCreationRequest(SparkRequest jobCreationRequest)
      Set the jobCreationRequest property: The jobCreationRequest property.
      Parameters:
      jobCreationRequest - the jobCreationRequest value to set.
      Returns:
      the SparkSessionState object itself.