TriggerDisabledNotificationEventFilter Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestsNotificationEventFilter - com.
azure. developer. loadtesting. models. TriggerDisabledNotificationEventFilter
- com.
- com.
public final class TriggerDisabledNotificationEventFilter
extends TestsNotificationEventFilter
The notification event filter when the event type is TriggerDisabled.
Constructor Summary
| Constructor | Description |
|---|---|
| TriggerDisabledNotificationEventFilter() |
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
TriggerDisabledNotificationEventFilter
public TriggerDisabledNotificationEventFilter()
Creates an instance of TriggerDisabledNotificationEventFilter class.
Method Details
fromJson
public static TriggerDisabledNotificationEventFilter fromJson(JsonReader jsonReader)
Reads an instance of TriggerDisabledNotificationEventFilter from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public NotificationEventType getKind()
Get the kind property: The event type.
Overrides:
TriggerDisabledNotificationEventFilter.getKind()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TriggerDisabledNotificationEventFilter.toJson(JsonWriter jsonWriter)Parameters:
Throws: