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 properties()

Get the properties property: Data flow properties.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataFlowDebugResource withName(String name)

Set the name property: The resource name.

DataFlowDebugResource withProperties(DataFlow properties)

Set the properties property: Data flow properties.

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.

properties

public DataFlow properties()

Get the properties property: Data flow properties.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataFlowDebugResource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

DataFlowDebugResource.validate()

withName

public DataFlowDebugResource withName(String name)

Set the name property: The resource name.

Overrides:

DataFlowDebugResource.withName(String name)

Parameters:

name

withProperties

public DataFlowDebugResource withProperties(DataFlow properties)

Set the properties property: Data flow properties.

Parameters:

properties - the properties value to set.

Returns:

the DataFlowDebugResource object itself.

Applies to