Diagnostics Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.Diagnostics

Implements

public final class Diagnostics
implements JsonSerializable<Diagnostics>

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

Constructor Summary

Constructor Description
Diagnostics()

Creates an instance of Diagnostics class.

Method Summary

Modifier and Type Method and Description
List<DiagnosticCondition> conditions()

Get the conditions property: A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

static Diagnostics fromJson(JsonReader jsonReader)

Reads an instance of Diagnostics from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

Diagnostics

public Diagnostics()

Creates an instance of Diagnostics class.

Method Details

conditions

public List<DiagnosticCondition> conditions()

Get the conditions property: A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

Returns:

the conditions value.

fromJson

public static Diagnostics fromJson(JsonReader jsonReader)

Reads an instance of Diagnostics from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to