Class NodeAppConfiguration

java.lang.Object
net.solarnetwork.node.domain.NodeAppConfiguration

public class NodeAppConfiguration extends Object
Bean for immutable node application configuration.
Since:
1.53
Version:
1.0
Author:
matt
  • Constructor Details

    • NodeAppConfiguration

      public NodeAppConfiguration()
      Default constructor.
    • NodeAppConfiguration

      public NodeAppConfiguration(Map<String,String> networkServiceUrls)
      Constructor.
      Parameters:
      networkServiceUrls - the newtork service URLs
  • Method Details

    • getCreated

      public long getCreated()
      Get the creation date.
      Returns:
      the created date, as milliseconds since the epoch
    • getNetworkServiceUrls

      public Map<String,String> getNetworkServiceUrls()
      Get the network service URL mappings.
      Returns:
      mapping of network service names to associated URLs