Class SettingsImportOptions

java.lang.Object
net.solarnetwork.node.settings.SettingsImportOptions

public class SettingsImportOptions extends Object
Options for importing settings.
Version:
1.0
Author:
matt
  • Constructor Details

    • SettingsImportOptions

      public SettingsImportOptions()
  • Method Details

    • isAddOnly

      public boolean isAddOnly()
      Get the "add only" flag.
      Returns:
      the flag
    • setAddOnly

      public void setAddOnly(boolean addOnly)
      Set the "add only" flag.
      Parameters:
      addOnly - the flag value to set