DataflowGraphDestinationNode Class

public final class DataflowGraphDestinationNode
extends DataflowGraphNode

DataflowGraph destination node properties.

Constructor Summary

Constructor Description
DataflowGraphDestinationNode()

Creates an instance of DataflowGraphDestinationNode class.

Method Summary

Modifier and Type Method and Description
DataflowGraphDestinationNodeSettings destinationSettings()

Get the destinationSettings property: Destination configuration.

static DataflowGraphDestinationNode fromJson(JsonReader jsonReader)

Reads an instance of DataflowGraphDestinationNode from the JsonReader.

DataflowGraphNodeType nodeType()

Get the nodeType property: Type of the node.

JsonWriter toJson(JsonWriter jsonWriter)
DataflowGraphDestinationNode withDestinationSettings(DataflowGraphDestinationNodeSettings destinationSettings)

Set the destinationSettings property: Destination configuration.

DataflowGraphDestinationNode withName(String name)

Set the name property: Name of the node.

Methods inherited from DataflowGraphNode

Methods inherited from java.lang.Object

Constructor Details

DataflowGraphDestinationNode

public DataflowGraphDestinationNode()

Creates an instance of DataflowGraphDestinationNode class.

Method Details

destinationSettings

public DataflowGraphDestinationNodeSettings destinationSettings()

Get the destinationSettings property: Destination configuration.

Returns:

the destinationSettings value.

fromJson

public static DataflowGraphDestinationNode fromJson(JsonReader jsonReader)

Reads an instance of DataflowGraphDestinationNode from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataflowGraphDestinationNode 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.

nodeType

public DataflowGraphNodeType nodeType()

Get the nodeType property: Type of the node.

Overrides:

DataflowGraphDestinationNode.nodeType()

Returns:

the nodeType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataflowGraphDestinationNode.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withDestinationSettings

public DataflowGraphDestinationNode withDestinationSettings(DataflowGraphDestinationNodeSettings destinationSettings)

Set the destinationSettings property: Destination configuration.

Parameters:

destinationSettings - the destinationSettings value to set.

Returns:

the DataflowGraphDestinationNode object itself.

withName

public DataflowGraphDestinationNode withName(String name)

Set the name property: Name of the node.

Overrides:

DataflowGraphDestinationNode.withName(String name)

Parameters:

name

Applies to