Class ConfigObjectWrapper

java.lang.Object
com.seeq.link.sdk.ConfigObjectWrapper

public class ConfigObjectWrapper extends Object
Provides the ConfigObject and its metadata (needed by ConfigService to decide what configuration to use)
  • Constructor Details

    • ConfigObjectWrapper

      public ConfigObjectWrapper()
  • Method Details

    • persistentAndNewerThan

      public boolean persistentAndNewerThan(ConfigObjectWrapper otherConfigWrapper)
      Returns true if this ConfigObjectWrapper is not a default configuration and it is newer than the ConfigObjectWrapper sent as parameter.