Class Alert
- java.lang.Object
-
- com.thingworx.system.subsystems.alerts.data.Alert
-
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class Alert extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
_logger
-
Constructor Summary
Constructors Constructor Description Alert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertDefinition
getAlertDefinition()
IPrimitiveType
getAttribute(java.lang.String parameterName)
java.lang.Integer
getPriority()
java.lang.Boolean
hasAttribute(java.lang.String parameterName)
java.lang.Boolean
isEnabled()
-
-
-
Method Detail
-
getPriority
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.Integer getPriority()
-
isEnabled
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.Boolean isEnabled()
-
getAlertDefinition
@ThingworxExtensionApiMethod(since={6,6}) public AlertDefinition getAlertDefinition()
-
hasAttribute
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.Boolean hasAttribute(java.lang.String parameterName)
-
getAttribute
@ThingworxExtensionApiMethod(since={6,6}) public IPrimitiveType getAttribute(java.lang.String parameterName)
-
-