Class AlertDefinitionCollection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,AlertDefinition>
-
- com.thingworx.system.subsystems.alerts.data.AlertDefinitionCollection
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,AlertDefinition>
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class AlertDefinitionCollection extends java.util.HashMap<java.lang.String,AlertDefinition> implements IDiffableObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertDefinitionCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertDefinition
getAlertDefinition(java.lang.String alertName)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getAlertDefinition
@ThingworxExtensionApiMethod(since={6,6}) public AlertDefinition getAlertDefinition(java.lang.String alertName)
-
-