public static class DryRunResult.DryRunEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DryRunResult.DryRunEntry.Type |
Modifier and Type | Method and Description |
---|---|
String |
getData()
Return the data of the dry-run result.
|
String |
getName()
Return the name of the device/node.
|
DryRunResult.DryRunEntry.Type |
getType()
Return whether the result is for a device/node.
|
String |
getTypeAsString()
Return the type as a string.
|
public String getName()
public DryRunResult.DryRunEntry.Type getType()
The type could be any of the following:
DryRunResult.DryRunEntry.Type.DEVICE
means that the data is for the device.
DryRunResult.DryRunEntry.Type.LOCAL_NODE
means that the data is for the
local-node.
DryRunResult.DryRunEntry.Type.LSA_NODE
means that the data is for the
lsa-node.
public String getTypeAsString()
public String getData()