TriggerDisabledNotificationEventFilter Class

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 TriggerDisabledNotificationEventFilter class.

Method Summary

Modifier and Type Method and Description
static TriggerDisabledNotificationEventFilter fromJson(JsonReader jsonReader)

Reads an instance of TriggerDisabledNotificationEventFilter from the JsonReader.

NotificationEventType getKind()

Get the kind property: The event type.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of TriggerDisabledNotificationEventFilter if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TriggerDisabledNotificationEventFilter.

getKind

public NotificationEventType getKind()

Get the kind property: The event type.

Overrides:

TriggerDisabledNotificationEventFilter.getKind()

Returns:

the kind value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TriggerDisabledNotificationEventFilter.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to