Class CreateDataFlowDebugSessionResponse


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

      • CreateDataFlowDebugSessionResponse

        public CreateDataFlowDebugSessionResponse()
    • Method Detail

      • getSessionId

        public String getSessionId()
        Get the sessionId property: The ID of data flow debug session.
        Returns:
        the sessionId value.
      • setSessionId

        public CreateDataFlowDebugSessionResponse setSessionId​(String sessionId)
        Set the sessionId property: The ID of data flow debug session.
        Parameters:
        sessionId - the sessionId value to set.
        Returns:
        the CreateDataFlowDebugSessionResponse object itself.