DataFlowDebugSessionInfoInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner

public final class DataFlowDebugSessionInfoInner

Data flow debug session info.

Constructor Summary

Constructor Description
DataFlowDebugSessionInfoInner()

Creates an instance of DataFlowDebugSessionInfoInner class.

Method Summary

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

Get the additionalProperties property: Data flow debug session info.

String computeType()

Get the computeType property: Compute type of the cluster.

Integer coreCount()

Get the coreCount property: Core count of the cluster.

String dataFlowName()

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

String integrationRuntimeName()

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

String lastActivityTime()

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

Integer nodeCount()

Get the nodeCount property: Node count of the cluster.

String sessionId()

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

String startTime()

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

Integer timeToLiveInMinutes()

Get the timeToLiveInMinutes property: Compute type of the cluster.

void validate()

Validates the instance.

DataFlowDebugSessionInfoInner withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow debug session info.

DataFlowDebugSessionInfoInner withComputeType(String computeType)

Set the computeType property: Compute type of the cluster.

DataFlowDebugSessionInfoInner withCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster.

DataFlowDebugSessionInfoInner withDataFlowName(String dataFlowName)

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

DataFlowDebugSessionInfoInner withIntegrationRuntimeName(String integrationRuntimeName)

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

DataFlowDebugSessionInfoInner withLastActivityTime(String lastActivityTime)

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

DataFlowDebugSessionInfoInner withNodeCount(Integer nodeCount)

Set the nodeCount property: Node count of the cluster.

DataFlowDebugSessionInfoInner withSessionId(String sessionId)

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

DataFlowDebugSessionInfoInner withStartTime(String startTime)

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

DataFlowDebugSessionInfoInner withTimeToLiveInMinutes(Integer timeToLiveInMinutes)

Set the timeToLiveInMinutes property: Compute type of the cluster.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugSessionInfoInner

public DataFlowDebugSessionInfoInner()

Creates an instance of DataFlowDebugSessionInfoInner class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Data flow debug session info.

Returns:

the additionalProperties value.

computeType

public String computeType()

Get the computeType property: Compute type of the cluster.

Returns:

the computeType value.

coreCount

public Integer coreCount()

Get the coreCount property: Core count of the cluster.

Returns:

the coreCount value.

dataFlowName

public String dataFlowName()

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

Returns:

the dataFlowName value.

integrationRuntimeName

public String integrationRuntimeName()

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

Returns:

the integrationRuntimeName value.

lastActivityTime

public String lastActivityTime()

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

Returns:

the lastActivityTime value.

nodeCount

public Integer nodeCount()

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

Returns:

the nodeCount value.

sessionId

public String sessionId()

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

Returns:

the sessionId value.

startTime

public String startTime()

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

Returns:

the startTime value.

timeToLiveInMinutes

public Integer timeToLiveInMinutes()

Get the timeToLiveInMinutes property: Compute type of the cluster.

Returns:

the timeToLiveInMinutes value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public DataFlowDebugSessionInfoInner withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Data flow debug session info.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withComputeType

public DataFlowDebugSessionInfoInner withComputeType(String computeType)

Set the computeType property: Compute type of the cluster.

Parameters:

computeType - the computeType value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withCoreCount

public DataFlowDebugSessionInfoInner withCoreCount(Integer coreCount)

Set the coreCount property: Core count of the cluster.

Parameters:

coreCount - the coreCount value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withDataFlowName

public DataFlowDebugSessionInfoInner withDataFlowName(String dataFlowName)

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

Parameters:

dataFlowName - the dataFlowName value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withIntegrationRuntimeName

public DataFlowDebugSessionInfoInner withIntegrationRuntimeName(String integrationRuntimeName)

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

Parameters:

integrationRuntimeName - the integrationRuntimeName value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withLastActivityTime

public DataFlowDebugSessionInfoInner withLastActivityTime(String lastActivityTime)

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

Parameters:

lastActivityTime - the lastActivityTime value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withNodeCount

public DataFlowDebugSessionInfoInner withNodeCount(Integer nodeCount)

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

Parameters:

nodeCount - the nodeCount value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withSessionId

public DataFlowDebugSessionInfoInner withSessionId(String sessionId)

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

Parameters:

sessionId - the sessionId value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withStartTime

public DataFlowDebugSessionInfoInner withStartTime(String startTime)

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

Parameters:

startTime - the startTime value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

withTimeToLiveInMinutes

public DataFlowDebugSessionInfoInner withTimeToLiveInMinutes(Integer timeToLiveInMinutes)

Set the timeToLiveInMinutes property: Compute type of the cluster.

Parameters:

timeToLiveInMinutes - the timeToLiveInMinutes value to set.

Returns:

the DataFlowDebugSessionInfoInner object itself.

Applies to