GetOverviewStatusResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.GetOverviewStatusResponseInner

Implements

public final class GetOverviewStatusResponseInner
implements JsonSerializable<GetOverviewStatusResponseInner>

The get overview status response.

Method Summary

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

Reads an instance of GetOverviewStatusResponseInner from the JsonReader.

List<StatusItem> statusList()

Get the statusList property: List of different status items.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static GetOverviewStatusResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GetOverviewStatusResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

statusList

public List<StatusItem> statusList()

Get the statusList property: List of different status items.

Returns:

the statusList value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to