TriggerCompletedNotificationEventFilter Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestsNotificationEventFilter - com.
azure. developer. loadtesting. models. TriggerCompletedNotificationEventFilter
- com.
- com.
public final class TriggerCompletedNotificationEventFilter
extends TestsNotificationEventFilter
The notification event filter when the event type is TriggerCompleted.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerCompletedNotificationEventFilter() |
Creates an instance of Trigger |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trigger |
fromJson(JsonReader jsonReader)
Reads an instance of Trigger |
|
Notification |
getKind()
Get the kind property: The event type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from TestsNotificationEventFilter
Methods inherited from java.lang.Object
Constructor Details
TriggerCompletedNotificationEventFilter
public TriggerCompletedNotificationEventFilter()
Creates an instance of TriggerCompletedNotificationEventFilter class.
Method Details
fromJson
public static TriggerCompletedNotificationEventFilter fromJson(JsonReader jsonReader)
Reads an instance of TriggerCompletedNotificationEventFilter from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public NotificationEventType getKind()
Get the kind property: The event type.
Overrides:
TriggerCompletedNotificationEventFilter.getKind()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TriggerCompletedNotificationEventFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws: