Class DataFlowDebugSessionInfo


  • public final class DataFlowDebugSessionInfo
    extends Object
    Data flow debug session info.
    • Constructor Detail

      • DataFlowDebugSessionInfo

        public DataFlowDebugSessionInfo()
    • Method Detail

      • getDataFlowName

        public String getDataFlowName()
        Get the dataFlowName property: The name of the data flow.
        Returns:
        the dataFlowName value.
      • 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.
      • getComputeType

        public String getComputeType()
        Get the computeType property: Compute type of the cluster.
        Returns:
        the computeType value.
      • 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.
      • getCoreCount

        public Integer getCoreCount()
        Get the coreCount property: Core count of the cluster.
        Returns:
        the coreCount value.
      • 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.
      • getNodeCount

        public Integer getNodeCount()
        Get the nodeCount property: Node count of the cluster. (deprecated property).
        Returns:
        the nodeCount value.
      • 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.
      • getIntegrationRuntimeName

        public String getIntegrationRuntimeName()
        Get the integrationRuntimeName property: Attached integration runtime name of data flow debug session.
        Returns:
        the integrationRuntimeName value.
      • 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.
      • getSessionId

        public String getSessionId()
        Get the sessionId property: The ID of data flow debug session.
        Returns:
        the sessionId value.
      • 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.
      • getStartTime

        public String getStartTime()
        Get the startTime property: Start time of data flow debug session.
        Returns:
        the startTime value.
      • 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.
      • getTimeToLiveInMinutes

        public Integer getTimeToLiveInMinutes()
        Get the timeToLiveInMinutes property: Compute type of the cluster.
        Returns:
        the timeToLiveInMinutes value.
      • 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.
      • getLastActivityTime

        public String getLastActivityTime()
        Get the lastActivityTime property: Last activity time of data flow debug session.
        Returns:
        the lastActivityTime value.
      • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Data flow debug session info.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public DataFlowDebugSessionInfo setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Data flow debug session info.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the DataFlowDebugSessionInfo object itself.