Class CreateDataFlowDebugSessionResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner

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

    • CreateDataFlowDebugSessionResponseInner

      public CreateDataFlowDebugSessionResponseInner()
  • Method Details

    • status

      public String status()
      Get the status property: The state of the debug session.
      Returns:
      the status value.
    • withStatus

      public CreateDataFlowDebugSessionResponseInner withStatus(String status)
      Set the status property: The state of the debug session.
      Parameters:
      status - the status value to set.
      Returns:
      the CreateDataFlowDebugSessionResponseInner object itself.
    • sessionId

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

      public CreateDataFlowDebugSessionResponseInner withSessionId(String sessionId)
      Set the sessionId property: The ID of data flow debug session.
      Parameters:
      sessionId - the sessionId value to set.
      Returns:
      the CreateDataFlowDebugSessionResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.