public class YamlNetwork
extends java.lang.Object
| Constructor and Description |
|---|
YamlNetwork() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<YamlConnector> |
getConnectors()
The connector in this network.
|
java.lang.String |
getFriendlyName()
A friendly name to visualize and recognize the network.
|
java.lang.String |
getUuid()
The unique identifier for a network.
|
void |
setConnectors(java.util.List<YamlConnector> connectors)
The connector in this network.
|
void |
setFriendlyName(java.lang.String friendlyName)
A friendly name to visualize and recognize the network.
|
void |
setUuid(java.lang.String uuid)
The unique identifier for a network.
|
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - the uuid of the networkpublic java.lang.String getFriendlyName()
public void setFriendlyName(java.lang.String friendlyName)
friendlyName - the friendly name locally displayedpublic java.util.List<YamlConnector> getConnectors()
public void setConnectors(java.util.List<YamlConnector> connectors)
connectors - the connectors in the network