AnnotationsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. AnnotationsListResult
- com.
Implements
public final class AnnotationsListResult
implements JsonSerializable<AnnotationsListResult>
Annotations list result.
Constructor Summary
| Constructor | Description |
|---|---|
| AnnotationsListResult() |
Creates an instance of Annotations |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Annotations |
fromJson(JsonReader jsonReader)
Reads an instance of Annotations |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Annotation |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<AnnotationInner> value()
Get the value property: An array of annotations.
Returns: