Class StartDataFlowDebugSessionResponse


  • public final class StartDataFlowDebugSessionResponse
    extends Object
    Response body structure for starting data flow debug session.
    • Constructor Detail

      • StartDataFlowDebugSessionResponse

        public StartDataFlowDebugSessionResponse()
    • Method Detail

      • getJobVersion

        public String getJobVersion()
        Get the jobVersion property: The ID of data flow debug job version.
        Returns:
        the jobVersion value.
      • setJobVersion

        public StartDataFlowDebugSessionResponse setJobVersion​(String jobVersion)
        Set the jobVersion property: The ID of data flow debug job version.
        Parameters:
        jobVersion - the jobVersion value to set.
        Returns:
        the StartDataFlowDebugSessionResponse object itself.