public class NodeDesc extends Object implements NodeDesc, Serializable
| Constructor and Description |
|---|
NodeDesc() |
NodeDesc(long id,
String uniqueId,
String name,
String nodeType) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the node description id.
|
String |
getName()
Returns the node description name.
|
String |
getNodeType()
Returns the node description node type.
|
String |
getUniqueId()
Returns the node description unique id.
|
String |
toString() |
public Long getId()
NodeDescpublic String getName()
NodeDescpublic String getNodeType()
NodeDescgetNodeType in interface NodeDescpublic String getUniqueId()
NodeDescgetUniqueId in interface NodeDescCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.