| Constructor and Description | 
|---|
NodeGroup(String name)
Initializes a new instance of the  
NodeGroup class. | 
| Modifier and Type | Method and Description | 
|---|---|
NodeGroup | 
copy()
Makes a copy of this instance. 
 | 
CustomPropertyCollection | 
getCustomProperties()
Gets custom properties associated with this instance. 
 | 
String | 
getDescription()
An optional description for the custom property. 
 | 
String | 
getName()
Gets the name, which must be unique per  
NetworkNodeGroupCollection. | 
NetworkNodeGroupCollection | 
getParent()
Gets the parent collection, if set, otherwise null. 
 | 
void | 
setDescription(String value)
An optional description for the custom property. 
 | 
void | 
setName(String value)
Gets the name, which must be unique per  
NetworkNodeGroupCollection. | 
public CustomPropertyCollection getCustomProperties()
public NodeGroup copy()
public String getName()
NetworkNodeGroupCollection.public void setName(String value)
NetworkNodeGroupCollection.public String getDescription()
public void setDescription(String value)
public NetworkNodeGroupCollection getParent()
Copyright © 2021. All rights reserved.