次の方法で共有


AnnotationsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.AnnotationsListResult

Implements

public final class AnnotationsListResult
implements JsonSerializable<AnnotationsListResult>

Annotations list result.

Constructor Summary

Constructor Description
AnnotationsListResult()

Creates an instance of AnnotationsListResult class.

Method Summary

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

Reads an instance of AnnotationsListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<AnnotationInner> value()

Get the value property: An array of annotations.

Methods inherited from java.lang.Object

Constructor Details

AnnotationsListResult

public AnnotationsListResult()

Creates an instance of AnnotationsListResult class.

Method Details

fromJson

public static AnnotationsListResult fromJson(JsonReader jsonReader)

Reads an instance of AnnotationsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<AnnotationInner> value()

Get the value property: An array of annotations.

Returns:

the value value.

Applies to