LinkConnectionDetailedStatus Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LinkConnectionDetailedStatus

public final class LinkConnectionDetailedStatus

The LinkConnectionDetailedStatus model.

Constructor Summary

Constructor Description
LinkConnectionDetailedStatus()

Creates an instance of LinkConnectionDetailedStatus class.

Method Summary

Modifier and Type Method and Description
String getContinuousRunId()

Get the continuousRunId property: Link connection's corresponding continuous run id.

Object getError()

Get the error property: Link connection error.

String getId()

Get the id property: Link connection id.

OffsetDateTime getLandingZoneCredentialExpireTime()

Get the landingZoneCredentialExpireTime property: Link connection landing zone credential expire time.

String getName()

Get the name property: Link connection name.

LinkConnectionRefreshStatus getRefreshStatus()

Get the refreshStatus property: Link connection refresh status.

Object getStartTime()

Get the startTime property: Link connection start time.

String getStatus()

Get the status property: Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details.

Object getStopTime()

Get the stopTime property: Link connection stop time.

Boolean isApplyingChanges()

Get the isApplyingChanges property: Is link connection applying changes.

Boolean isPartiallyFailed()

Get the isPartiallyFailed property: Is link connection partially failed.

LinkConnectionDetailedStatus setContinuousRunId(String continuousRunId)

Set the continuousRunId property: Link connection's corresponding continuous run id.

LinkConnectionDetailedStatus setError(Object error)

Set the error property: Link connection error.

LinkConnectionDetailedStatus setId(String id)

Set the id property: Link connection id.

LinkConnectionDetailedStatus setIsApplyingChanges(Boolean isApplyingChanges)

Set the isApplyingChanges property: Is link connection applying changes.

LinkConnectionDetailedStatus setIsPartiallyFailed(Boolean isPartiallyFailed)

Set the isPartiallyFailed property: Is link connection partially failed.

LinkConnectionDetailedStatus setLandingZoneCredentialExpireTime(OffsetDateTime landingZoneCredentialExpireTime)

Set the landingZoneCredentialExpireTime property: Link connection landing zone credential expire time.

LinkConnectionDetailedStatus setName(String name)

Set the name property: Link connection name.

LinkConnectionDetailedStatus setRefreshStatus(LinkConnectionRefreshStatus refreshStatus)

Set the refreshStatus property: Link connection refresh status.

LinkConnectionDetailedStatus setStartTime(Object startTime)

Set the startTime property: Link connection start time.

LinkConnectionDetailedStatus setStatus(String status)

Set the status property: Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details.

LinkConnectionDetailedStatus setStopTime(Object stopTime)

Set the stopTime property: Link connection stop time.

Methods inherited from java.lang.Object

Constructor Details

LinkConnectionDetailedStatus

public LinkConnectionDetailedStatus()

Creates an instance of LinkConnectionDetailedStatus class.

Method Details

getContinuousRunId

public String getContinuousRunId()

Get the continuousRunId property: Link connection's corresponding continuous run id.

Returns:

the continuousRunId value.

getError

public Object getError()

Get the error property: Link connection error.

Returns:

the error value.

getId

public String getId()

Get the id property: Link connection id.

Returns:

the id value.

getLandingZoneCredentialExpireTime

public OffsetDateTime getLandingZoneCredentialExpireTime()

Get the landingZoneCredentialExpireTime property: Link connection landing zone credential expire time.

Returns:

the landingZoneCredentialExpireTime value.

getName

public String getName()

Get the name property: Link connection name.

Returns:

the name value.

getRefreshStatus

public LinkConnectionRefreshStatus getRefreshStatus()

Get the refreshStatus property: Link connection refresh status.

Returns:

the refreshStatus value.

getStartTime

public Object getStartTime()

Get the startTime property: Link connection start time.

Returns:

the startTime value.

getStatus

public String getStatus()

Get the status property: Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link\#monitoring) for details.

Returns:

the status value.

getStopTime

public Object getStopTime()

Get the stopTime property: Link connection stop time.

Returns:

the stopTime value.

isApplyingChanges

public Boolean isApplyingChanges()

Get the isApplyingChanges property: Is link connection applying changes.

Returns:

the isApplyingChanges value.

isPartiallyFailed

public Boolean isPartiallyFailed()

Get the isPartiallyFailed property: Is link connection partially failed.

Returns:

the isPartiallyFailed value.

setContinuousRunId

public LinkConnectionDetailedStatus setContinuousRunId(String continuousRunId)

Set the continuousRunId property: Link connection's corresponding continuous run id.

Parameters:

continuousRunId - the continuousRunId value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setError

public LinkConnectionDetailedStatus setError(Object error)

Set the error property: Link connection error.

Parameters:

error - the error value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setId

public LinkConnectionDetailedStatus setId(String id)

Set the id property: Link connection id.

Parameters:

id - the id value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setIsApplyingChanges

public LinkConnectionDetailedStatus setIsApplyingChanges(Boolean isApplyingChanges)

Set the isApplyingChanges property: Is link connection applying changes.

Parameters:

isApplyingChanges - the isApplyingChanges value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setIsPartiallyFailed

public LinkConnectionDetailedStatus setIsPartiallyFailed(Boolean isPartiallyFailed)

Set the isPartiallyFailed property: Is link connection partially failed.

Parameters:

isPartiallyFailed - the isPartiallyFailed value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setLandingZoneCredentialExpireTime

public LinkConnectionDetailedStatus setLandingZoneCredentialExpireTime(OffsetDateTime landingZoneCredentialExpireTime)

Set the landingZoneCredentialExpireTime property: Link connection landing zone credential expire time.

Parameters:

landingZoneCredentialExpireTime - the landingZoneCredentialExpireTime value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setName

public LinkConnectionDetailedStatus setName(String name)

Set the name property: Link connection name.

Parameters:

name - the name value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setRefreshStatus

public LinkConnectionDetailedStatus setRefreshStatus(LinkConnectionRefreshStatus refreshStatus)

Set the refreshStatus property: Link connection refresh status.

Parameters:

refreshStatus - the refreshStatus value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setStartTime

public LinkConnectionDetailedStatus setStartTime(Object startTime)

Set the startTime property: Link connection start time.

Parameters:

startTime - the startTime value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setStatus

public LinkConnectionDetailedStatus setStatus(String status)

Set the status property: Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link\#monitoring) for details.

Parameters:

status - the status value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

setStopTime

public LinkConnectionDetailedStatus setStopTime(Object stopTime)

Set the stopTime property: Link connection stop time.

Parameters:

stopTime - the stopTime value to set.

Returns:

the LinkConnectionDetailedStatus object itself.

Applies to