NodeApi.GetLocalNodeResult

  • The NodeApi.GetLocalNodeResult interface is deprecated.

  • Use NodeClient.getLocalNode() instead of this deprecated interface.

  • This interface contains the name and id representing the device.

  • The getNode() method returns a Node object representing the device.

  • The getStatus() method is inherited and returns a Status object.

public static interface NodeApi.GetLocalNodeResult implements Result

This interface is deprecated.
See NodeClient.getLocalNode().

Contains the name and id that represents this device.

Public Method Summary

abstract Node
getNode()
Returns a Node object which represents this device.

Inherited Method Summary

Public Methods

public abstract Node getNode ()

Returns a Node object which represents this device.