DataflowGraphNode Class
- java.
lang. Object - com.
azure. resourcemanager. iotoperations. models. DataflowGraphNode
- com.
Implements
public class DataflowGraphNode
implements JsonSerializable<DataflowGraphNode>
DataflowGraph node properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowGraphNode() |
Creates an instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dataflow |
fromJson(JsonReader jsonReader)
Reads an instance of Dataflow |
| String |
name()
Get the name property: Name of the node. |
|
Dataflow |
nodeType()
Get the node |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Dataflow |
withName(String name)
Set the name property: Name of the node. |
Methods inherited from java.lang.Object
Constructor Details
DataflowGraphNode
public DataflowGraphNode()
Creates an instance of DataflowGraphNode class.
Method Details
fromJson
public static DataflowGraphNode fromJson(JsonReader jsonReader)
Reads an instance of DataflowGraphNode from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the node.
Returns:
nodeType
public DataflowGraphNodeType nodeType()
Get the nodeType property: Type of the node.
Returns:
toJson
withName
public DataflowGraphNode withName(String name)
Set the name property: Name of the node.
Parameters:
Returns: