AlertIncidentProperties Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. AlertIncidentProperties
- com.
Implements
public class AlertIncidentProperties
implements JsonSerializable<AlertIncidentProperties>
Alert incident properties.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | AlertIncidentProperties() |
Creates an instance of Alert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
alertIncidentType()
Get the alert |
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AlertIncidentProperties
protected AlertIncidentProperties()
Creates an instance of AlertIncidentProperties class.
Method Details
alertIncidentType
public String alertIncidentType()
Get the alertIncidentType property: The alert incident type.
Returns:
fromJson
public static AlertIncidentProperties fromJson(JsonReader jsonReader)
Reads an instance of AlertIncidentProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.