Class QueryDataFlowDebugSessionsResponse
java.lang.Object
com.azure.resourcemanager.datafactory.models.QueryDataFlowDebugSessionsResponse
A list of active debug sessions.
-
Constructor Summary
ConstructorDescriptionCreates an instance of QueryDataFlowDebugSessionsResponse class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The link to the next page of results, if any remaining results exist.void
validate()
Validates the instance.value()
Get the value property: Array with all active debug sessions.withNextLink
(String nextLink) Set the nextLink property: The link to the next page of results, if any remaining results exist.Set the value property: Array with all active debug sessions.
-
Constructor Details
-
QueryDataFlowDebugSessionsResponse
public QueryDataFlowDebugSessionsResponse()Creates an instance of QueryDataFlowDebugSessionsResponse class.
-
-
Method Details
-
value
Get the value property: Array with all active debug sessions.- Returns:
- the value value.
-
withValue
Set the value property: Array with all active debug sessions.- Parameters:
value
- the value value to set.- Returns:
- the QueryDataFlowDebugSessionsResponse object itself.
-
nextLink
Get the nextLink property: The link to the next page of results, if any remaining results exist.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The link to the next page of results, if any remaining results exist.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the QueryDataFlowDebugSessionsResponse object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-