@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class ThingworxEvent extends EventOccurrence implements java.lang.Cloneable
Constructor and Description |
---|
ThingworxEvent() |
Modifier and Type | Method and Description |
---|---|
ThingworxEvent |
clone() |
SecurityContext |
getSecurityContext() |
java.lang.Boolean |
isTraceActive() |
void |
setSecurityContext(SecurityContext context) |
void |
setTraceActive(java.lang.Boolean value) |
getEventData, getEventTime, setEventData, setEventTime
getAlertName, getEventDescriptor, getEventName, getSource, getSourceProperty, isAlertEvent, isAnyEvent, isPropertyEvent, setAlertName, setEventName, setSource, setSourceProperty
@ThingworxExtensionApiMethod(since={6,6}) public ThingworxEvent()
@ThingworxExtensionApiMethod(since={6,6}) public void setSecurityContext(SecurityContext context)
@ThingworxExtensionApiMethod(since={6,6}) public SecurityContext getSecurityContext()
@ThingworxExtensionApiMethod(since={6,6}) public void setTraceActive(java.lang.Boolean value)
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.Boolean isTraceActive()
@ThingworxExtensionApiMethod(since={6,6}) public ThingworxEvent clone()
clone
in class java.lang.Object