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: ID provided by the client.
      Returns:
      the id value.
    • setId

      public LinkTableStatus setId(String id)
      Set the id property: ID provided by the client.
      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.
    • getLinkTableId

      public String getLinkTableId()
      Get the linkTableId property: Link table ID.
      Returns:
      the linkTableId value.
    • setLinkTableId

      public LinkTableStatus setLinkTableId(String linkTableId)
      Set the linkTableId property: Link table ID.
      Parameters:
      linkTableId - the linkTableId value to set.
      Returns:
      the LinkTableStatus object itself.
    • getErrorCode

      public String getErrorCode()
      Get the errorCode property: Link table error code.
      Returns:
      the errorCode value.
    • setErrorCode

      public LinkTableStatus setErrorCode(String errorCode)
      Set the errorCode property: Link table error code.
      Parameters:
      errorCode - the errorCode value to set.
      Returns:
      the LinkTableStatus object itself.
    • getLastProcessedData

      public OffsetDateTime getLastProcessedData()
      Get the lastProcessedData property: Link table last processed data time.
      Returns:
      the lastProcessedData value.
    • setLastProcessedData

      public LinkTableStatus setLastProcessedData(OffsetDateTime lastProcessedData)
      Set the lastProcessedData property: Link table last processed data time.
      Parameters:
      lastProcessedData - the lastProcessedData value to set.
      Returns:
      the LinkTableStatus object itself.
    • getLastTransactionCommitTime

      public OffsetDateTime getLastTransactionCommitTime()
      Get the lastTransactionCommitTime property: Link table last transaction commit time.
      Returns:
      the lastTransactionCommitTime value.
    • setLastTransactionCommitTime

      public LinkTableStatus setLastTransactionCommitTime(OffsetDateTime lastTransactionCommitTime)
      Set the lastTransactionCommitTime property: Link table last transaction commit time.
      Parameters:
      lastTransactionCommitTime - the lastTransactionCommitTime value to set.
      Returns:
      the LinkTableStatus object itself.