TriggerCompletedNotificationEventFilter Class

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

Method Summary

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

Reads an instance of TriggerCompletedNotificationEventFilter 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

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:

jsonReader - The JsonReader being read.

Returns:

An instance of TriggerCompletedNotificationEventFilter 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 TriggerCompletedNotificationEventFilter.

getKind

public NotificationEventType getKind()

Get the kind property: The event type.

Overrides:

TriggerCompletedNotificationEventFilter.getKind()

Returns:

the kind value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TriggerCompletedNotificationEventFilter.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to