Class DataFlowDebugSessionInfoInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner
Data flow debug session info.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataFlowDebugSessionInfoInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Data flow debug session info.Get the computeType property: Compute type of the cluster.Get the coreCount property: Core count of the cluster.Get the dataFlowName property: The name of the data flow.Get the integrationRuntimeName property: Attached integration runtime name of data flow debug session.Get the lastActivityTime property: Last activity time of data flow debug session.Get the nodeCount property: Node count of the cluster.Get the sessionId property: The ID of data flow debug session.Get the startTime property: Start time of data flow debug session.Get the timeToLiveInMinutes property: Compute type of the cluster.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow debug session info.withComputeType
(String computeType) Set the computeType property: Compute type of the cluster.withCoreCount
(Integer coreCount) Set the coreCount property: Core count of the cluster.withDataFlowName
(String dataFlowName) Set the dataFlowName property: The name of the data flow.withIntegrationRuntimeName
(String integrationRuntimeName) Set the integrationRuntimeName property: Attached integration runtime name of data flow debug session.withLastActivityTime
(String lastActivityTime) Set the lastActivityTime property: Last activity time of data flow debug session.withNodeCount
(Integer nodeCount) Set the nodeCount property: Node count of the cluster.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.withStartTime
(String startTime) Set the startTime property: Start time of data flow debug session.withTimeToLiveInMinutes
(Integer timeToLiveInMinutes) Set the timeToLiveInMinutes property: Compute type of the cluster.
-
Constructor Details
-
DataFlowDebugSessionInfoInner
public DataFlowDebugSessionInfoInner()Creates an instance of DataFlowDebugSessionInfoInner class.
-
-
Method Details
-
dataFlowName
Get the dataFlowName property: The name of the data flow.- Returns:
- the dataFlowName value.
-
withDataFlowName
Set the dataFlowName property: The name of the data flow.- Parameters:
dataFlowName
- the dataFlowName value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
computeType
Get the computeType property: Compute type of the cluster.- Returns:
- the computeType value.
-
withComputeType
Set the computeType property: Compute type of the cluster.- Parameters:
computeType
- the computeType value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
coreCount
Get the coreCount property: Core count of the cluster.- Returns:
- the coreCount value.
-
withCoreCount
Set the coreCount property: Core count of the cluster.- Parameters:
coreCount
- the coreCount value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
nodeCount
Get the nodeCount property: Node count of the cluster. (deprecated property).- Returns:
- the nodeCount value.
-
withNodeCount
Set the nodeCount property: Node count of the cluster. (deprecated property).- Parameters:
nodeCount
- the nodeCount value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
integrationRuntimeName
Get the integrationRuntimeName property: Attached integration runtime name of data flow debug session.- Returns:
- the integrationRuntimeName value.
-
withIntegrationRuntimeName
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.
-
sessionId
Get the sessionId property: The ID of data flow debug session.- Returns:
- the sessionId value.
-
withSessionId
Set the sessionId property: The ID of data flow debug session.- Parameters:
sessionId
- the sessionId value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
startTime
Get the startTime property: Start time of data flow debug session.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: Start time of data flow debug session.- Parameters:
startTime
- the startTime value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
timeToLiveInMinutes
Get the timeToLiveInMinutes property: Compute type of the cluster.- Returns:
- the timeToLiveInMinutes value.
-
withTimeToLiveInMinutes
Set the timeToLiveInMinutes property: Compute type of the cluster.- Parameters:
timeToLiveInMinutes
- the timeToLiveInMinutes value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
lastActivityTime
Get the lastActivityTime property: Last activity time of data flow debug session.- Returns:
- the lastActivityTime value.
-
withLastActivityTime
Set the lastActivityTime property: Last activity time of data flow debug session.- Parameters:
lastActivityTime
- the lastActivityTime value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
additionalProperties
Get the additionalProperties property: Data flow debug session info.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public DataFlowDebugSessionInfoInner withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow debug session info.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DataFlowDebugSessionInfoInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-