DataFlowDebugSessionInfo Class

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

public final class DataFlowDebugSessionInfo

Data flow debug session info.

Constructor Summary

Constructor Description
DataFlowDebugSessionInfo()

Creates an instance of DataFlowDebugSessionInfo class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Data flow debug session info.

String getComputeType()

Get the computeType property: Compute type of the cluster.

Integer getCoreCount()

Get the coreCount property: Core count of the cluster.

String getDataFlowName()

Get the dataFlowName property: The name of the data flow.

String getIntegrationRuntimeName()

Get the integrationRuntimeName property: Attached integration runtime name of data flow debug session.

String getLastActivityTime()

Get the lastActivityTime property: Last activity time of data flow debug session.

Integer getNodeCount()

Get the nodeCount property: Node count of the cluster.

String getSessionId()

Get the sessionId property: The ID of data flow debug session.

String getStartTime()

Get the startTime property: Start time of data flow debug session.

Integer getTimeToLiveInMinutes()

Get the timeToLiveInMinutes property: Compute type of the cluster.

DataFlowDebugSessionInfo setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow debug session info.

DataFlowDebugSessionInfo setComputeType(String computeType)

Set the computeType property: Compute type of the cluster.

DataFlowDebugSessionInfo setCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster.

DataFlowDebugSessionInfo setDataFlowName(String dataFlowName)

Set the dataFlowName property: The name of the data flow.

DataFlowDebugSessionInfo setIntegrationRuntimeName(String integrationRuntimeName)

Set the integrationRuntimeName property: Attached integration runtime name of data flow debug session.

DataFlowDebugSessionInfo setLastActivityTime(String lastActivityTime)

Set the lastActivityTime property: Last activity time of data flow debug session.

DataFlowDebugSessionInfo setNodeCount(Integer nodeCount)

Set the nodeCount property: Node count of the cluster.

DataFlowDebugSessionInfo setSessionId(String sessionId)

Set the sessionId property: The ID of data flow debug session.

DataFlowDebugSessionInfo setStartTime(String startTime)

Set the startTime property: Start time of data flow debug session.

DataFlowDebugSessionInfo setTimeToLiveInMinutes(Integer timeToLiveInMinutes)

Set the timeToLiveInMinutes property: Compute type of the cluster.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugSessionInfo

public DataFlowDebugSessionInfo()

Creates an instance of DataFlowDebugSessionInfo class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: Data flow debug session info.

Returns:

the additionalProperties value.

getComputeType

public String getComputeType()

Get the computeType property: Compute type of the cluster.

Returns:

the computeType value.

getCoreCount

public Integer getCoreCount()

Get the coreCount property: Core count of the cluster.

Returns:

the coreCount value.

getDataFlowName

public String getDataFlowName()

Get the dataFlowName property: The name of the data flow.

Returns:

the dataFlowName value.

getIntegrationRuntimeName

public String getIntegrationRuntimeName()

Get the integrationRuntimeName property: Attached integration runtime name of data flow debug session.

Returns:

the integrationRuntimeName value.

getLastActivityTime

public String getLastActivityTime()

Get the lastActivityTime property: Last activity time of data flow debug session.

Returns:

the lastActivityTime value.

getNodeCount

public Integer getNodeCount()

Get the nodeCount property: Node count of the cluster. (deprecated property).

Returns:

the nodeCount value.

getSessionId

public String getSessionId()

Get the sessionId property: The ID of data flow debug session.

Returns:

the sessionId value.

getStartTime

public String getStartTime()

Get the startTime property: Start time of data flow debug session.

Returns:

the startTime value.

getTimeToLiveInMinutes

public Integer getTimeToLiveInMinutes()

Get the timeToLiveInMinutes property: Compute type of the cluster.

Returns:

the timeToLiveInMinutes value.

setAdditionalProperties

public DataFlowDebugSessionInfo setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Data flow debug session info.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setComputeType

public DataFlowDebugSessionInfo setComputeType(String computeType)

Set the computeType property: Compute type of the cluster.

Parameters:

computeType - the computeType value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setCoreCount

public DataFlowDebugSessionInfo setCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster.

Parameters:

coreCount - the coreCount value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setDataFlowName

public DataFlowDebugSessionInfo setDataFlowName(String dataFlowName)

Set the dataFlowName property: The name of the data flow.

Parameters:

dataFlowName - the dataFlowName value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setIntegrationRuntimeName

public DataFlowDebugSessionInfo setIntegrationRuntimeName(String integrationRuntimeName)

Set the integrationRuntimeName property: Attached integration runtime name of data flow debug session.

Parameters:

integrationRuntimeName - the integrationRuntimeName value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setLastActivityTime

public DataFlowDebugSessionInfo setLastActivityTime(String lastActivityTime)

Set the lastActivityTime property: Last activity time of data flow debug session.

Parameters:

lastActivityTime - the lastActivityTime value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setNodeCount

public DataFlowDebugSessionInfo setNodeCount(Integer nodeCount)

Set the nodeCount property: Node count of the cluster. (deprecated property).

Parameters:

nodeCount - the nodeCount value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setSessionId

public DataFlowDebugSessionInfo setSessionId(String sessionId)

Set the sessionId property: The ID of data flow debug session.

Parameters:

sessionId - the sessionId value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setStartTime

public DataFlowDebugSessionInfo setStartTime(String startTime)

Set the startTime property: Start time of data flow debug session.

Parameters:

startTime - the startTime value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

setTimeToLiveInMinutes

public DataFlowDebugSessionInfo setTimeToLiveInMinutes(Integer timeToLiveInMinutes)

Set the timeToLiveInMinutes property: Compute type of the cluster.

Parameters:

timeToLiveInMinutes - the timeToLiveInMinutes value to set.

Returns:

the DataFlowDebugSessionInfo object itself.

Applies to