public class ThingInfo extends Object
ThingInfo()
<T> ThingInfo
addConfig(ConfigKey<T> key, T value)
addConfig(ConfigKeyValue<T> keyValue)
ThingInfo
addConfig(String key, Object value)
addConfigIfAbsent(String key, Object value)
addConfigs(Map<String,?> configs)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThingInfo()
public ThingInfo addConfig(String key, Object value)
public ThingInfo addConfigIfAbsent(String key, Object value)
public ThingInfo addConfigs(Map<String,?> configs)
public <T> ThingInfo addConfig(ConfigKey<T> key, T value)
public <T> ThingInfo addConfig(ConfigKeyValue<T> keyValue)
Copyright © 2019–2022. All rights reserved.