ErrorSummaryList Class

  • java.lang.Object
    • com.azure.resourcemanager.springappdiscovery.models.ErrorSummaryList

Implements

public final class ErrorSummaryList
implements JsonSerializable<ErrorSummaryList>

The list of ErrorSummary.

Constructor Summary

Constructor Description
ErrorSummaryList()

Creates an instance of ErrorSummaryList class.

Method Summary

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

Reads an instance of ErrorSummaryList from the JsonReader.

String nextLink()

Get the nextLink property: Url to follow for getting next page of resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ErrorSummaryInner> value()

Get the value property: The list of ErrorSummary.

ErrorSummaryList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

ErrorSummaryList withValue(List<ErrorSummaryInner> value)

Set the value property: The list of ErrorSummary.

Methods inherited from java.lang.Object

Constructor Details

ErrorSummaryList

public ErrorSummaryList()

Creates an instance of ErrorSummaryList class.

Method Details

fromJson

public static ErrorSummaryList fromJson(JsonReader jsonReader)

Reads an instance of ErrorSummaryList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Url to follow for getting next page of resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ErrorSummaryInner> value()

Get the value property: The list of ErrorSummary.

Returns:

the value value.

withNextLink

public ErrorSummaryList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ErrorSummaryList object itself.

withValue

public ErrorSummaryList withValue(List<ErrorSummaryInner> value)

Set the value property: The list of ErrorSummary.

Parameters:

value - the value value to set.

Returns:

the ErrorSummaryList object itself.

Applies to