Class LinkTableStatus

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkTableStatus

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

    • LinkTableStatus

      public LinkTableStatus()
  • Method Details

    • getId

      public String getId()
      Get the id property: Link table id.
      Returns:
      the id value.
    • setId

      public LinkTableStatus setId(String id)
      Set the id property: Link table id.
      Parameters:
      id - the id value to set.
      Returns:
      the LinkTableStatus object itself.
    • getStatus

      public String getStatus()
      Get the status property: Link table status.
      Returns:
      the status value.
    • setStatus

      public LinkTableStatus setStatus(String status)
      Set the status property: Link table status.
      Parameters:
      status - the status value to set.
      Returns:
      the LinkTableStatus object itself.
    • getErrorMessage

      public String getErrorMessage()
      Get the errorMessage property: Link table error message.
      Returns:
      the errorMessage value.
    • setErrorMessage

      public LinkTableStatus setErrorMessage(String errorMessage)
      Set the errorMessage property: Link table error message.
      Parameters:
      errorMessage - the errorMessage value to set.
      Returns:
      the LinkTableStatus object itself.
    • getStartTime

      public Object getStartTime()
      Get the startTime property: Link table start time.
      Returns:
      the startTime value.
    • setStartTime

      public LinkTableStatus setStartTime(Object startTime)
      Set the startTime property: Link table start time.
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the LinkTableStatus object itself.
    • getStopTime

      public Object getStopTime()
      Get the stopTime property: Link table stop time.
      Returns:
      the stopTime value.
    • setStopTime

      public LinkTableStatus setStopTime(Object stopTime)
      Set the stopTime property: Link table stop time.
      Parameters:
      stopTime - the stopTime value to set.
      Returns:
      the LinkTableStatus object itself.