Compartir a través de


AddDataFlowToDebugSessionResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner

Implements

public final class AddDataFlowToDebugSessionResponseInner
implements JsonSerializable<AddDataFlowToDebugSessionResponseInner>

Response body structure for starting data flow debug session.

Method Summary

Modifier and Type Method and Description
static AddDataFlowToDebugSessionResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddDataFlowToDebugSessionResponseInner from the JsonReader.

String jobVersion()

Get the jobVersion property: The ID of data flow debug job version.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static AddDataFlowToDebugSessionResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddDataFlowToDebugSessionResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AddDataFlowToDebugSessionResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AddDataFlowToDebugSessionResponseInner.

jobVersion

public String jobVersion()

Get the jobVersion property: The ID of data flow debug job version.

Returns:

the jobVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to