Class AlertTypes
java.lang.Object
com.thingworx.system.subsystems.alerts.data.AlertTypes
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true)
public final class AlertTypes
extends Object
Contains enums identifying the various types of alerts, as well as the various categories in which those types are organized.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Identifies the various categories into which a givenAlertType
can be organized.static enum
Identifies various types of alerts. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlertTypes
public AlertTypes()Initializes this instace with default values.
-