AlertsMetadataProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.alertsmanagement.models.AlertsMetadataProperties

Implements

public class AlertsMetadataProperties
implements JsonSerializable<AlertsMetadataProperties>

alert meta data property bag.

Constructor Summary

Constructor Description
AlertsMetadataProperties()

Creates an instance of AlertsMetadataProperties class.

Method Summary

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

Reads an instance of AlertsMetadataProperties from the JsonReader.

MetadataIdentifier metadataIdentifier()

Get the metadataIdentifier property: Identification of the information to be retrieved by API call.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AlertsMetadataProperties

public AlertsMetadataProperties()

Creates an instance of AlertsMetadataProperties class.

Method Details

fromJson

public static AlertsMetadataProperties fromJson(JsonReader jsonReader)

Reads an instance of AlertsMetadataProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

metadataIdentifier

public MetadataIdentifier metadataIdentifier()

Get the metadataIdentifier property: Identification of the information to be retrieved by API call.

Returns:

the metadataIdentifier value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to