TestsNotificationEventFilter Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestsNotificationEventFilter
- com.
Implements
public class TestsNotificationEventFilter
implements JsonSerializable<TestsNotificationEventFilter>
The notification event filter for Tests scope.
Constructor Summary
| Constructor | Description |
|---|---|
| TestsNotificationEventFilter() |
Creates an instance of Tests |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tests |
fromJson(JsonReader jsonReader)
Reads an instance of Tests |
|
Notification |
getKind()
Get the kind property: The event type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
TestsNotificationEventFilter
public TestsNotificationEventFilter()
Creates an instance of TestsNotificationEventFilter class.
Method Details
fromJson
public static TestsNotificationEventFilter fromJson(JsonReader jsonReader)
Reads an instance of TestsNotificationEventFilter from the JsonReader.
Parameters:
Returns:
Throws:
getKind
public NotificationEventType getKind()
Get the kind property: The event type.
Returns: