public class InfraNode extends Object implements Serializable
| Constructor and Description |
|---|
InfraNode() |
InfraNode(String scope,
String name) |
InfraNode(String scope,
String name,
String description) |
InfraNode(String scope,
String name,
String description,
ArrayList<InfraNode> children) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<InfraNode> |
getChildren() |
String |
getDescription() |
String |
getName() |
String |
getScope() |
void |
setChildren(ArrayList<InfraNode> children) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setScope(String scope) |
String |
toString() |
Copyright © 2025. All rights reserved.