Package com.thingworx.types.events
Class EventDescriptor
- java.lang.Object
-
- com.thingworx.types.events.EventDescriptor
-
- All Implemented Interfaces:
IDiffableObject
- Direct Known Subclasses:
BaseSubscription
,EventOccurrence
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class EventDescriptor extends java.lang.Object implements IDiffableObject
-
-
Constructor Summary
Constructors Constructor Description EventDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlertName()
java.lang.String
getEventDescriptor()
java.lang.String
getEventName()
java.lang.String
getSource()
java.lang.String
getSourceProperty()
boolean
isAlertEvent()
boolean
isAnyEvent()
boolean
isPostCommitEvent()
boolean
isPropertyEvent()
void
setAlertName(java.lang.String value)
void
setEventName(java.lang.String value)
void
setSource(java.lang.String value)
void
setSourceProperty(java.lang.String value)
-
-
-
Method Detail
-
getAlertName
@ThingworxExtensionApiMethod(since={7,4}) public java.lang.String getAlertName()
-
setAlertName
@ThingworxExtensionApiMethod(since={7,4}) public void setAlertName(java.lang.String value)
-
getSource
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getSource()
-
getEventName
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getEventName()
-
getSourceProperty
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getSourceProperty()
-
setSource
@ThingworxExtensionApiMethod(since={6,6}) public void setSource(java.lang.String value)
-
setEventName
@ThingworxExtensionApiMethod(since={6,6}) public void setEventName(java.lang.String value)
-
isPropertyEvent
@ThingworxExtensionApiMethod(since={6,6}) public boolean isPropertyEvent()
-
isAlertEvent
@ThingworxExtensionApiMethod(since={7,4}) public boolean isAlertEvent()
-
isAnyEvent
@ThingworxExtensionApiMethod(since={7,4}) public boolean isAnyEvent()
-
isPostCommitEvent
@ThingworxExtensionApiMethod(since={9,0}) public boolean isPostCommitEvent()
-
setSourceProperty
@ThingworxExtensionApiMethod(since={6,6}) public void setSourceProperty(java.lang.String value)
-
getEventDescriptor
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.String getEventDescriptor()
-
-