AlertIncidentProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.AlertIncidentProperties

Implements

public class AlertIncidentProperties
implements JsonSerializable<AlertIncidentProperties>

Alert incident properties.

Constructor Summary

Modifier Constructor Description
protected AlertIncidentProperties()

Creates an instance of AlertIncidentProperties class.

Method Summary

Modifier and Type Method and Description
String alertIncidentType()

Get the alertIncidentType property: The alert incident type.

static AlertIncidentProperties fromJson(JsonReader jsonReader)

Reads an instance of AlertIncidentProperties from the JsonReader.

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

the alertIncidentType value.

fromJson

public static AlertIncidentProperties fromJson(JsonReader jsonReader)

Reads an instance of AlertIncidentProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to