DataFlowDebugResource Class

public final class DataFlowDebugResource
extends SubResourceDebugResource

Data flow debug resource.

Constructor Summary

Constructor Description
DataFlowDebugResource()

Creates an instance of DataFlowDebugResource class.

Method Summary

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

Reads an instance of DataFlowDebugResource from the JsonReader.

DataFlow getProperties()

Get the properties property: Data flow properties.

DataFlowDebugResource setName(String name)

Set the name property: The resource name.

DataFlowDebugResource setProperties(DataFlow properties)

Set the properties property: Data flow properties.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from SubResourceDebugResource

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugResource

public DataFlowDebugResource()

Creates an instance of DataFlowDebugResource class.

Method Details

fromJson

public static DataFlowDebugResource fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugResource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getProperties

public DataFlow getProperties()

Get the properties property: Data flow properties.

Returns:

the properties value.

setName

public DataFlowDebugResource setName(String name)

Set the name property: The resource name.

Overrides:

DataFlowDebugResource.setName(String name)

Parameters:

name

setProperties

public DataFlowDebugResource setProperties(DataFlow properties)

Set the properties property: Data flow properties.

Parameters:

properties - the properties value to set.

Returns:

the DataFlowDebugResource object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataFlowDebugResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to