ErrorSummaryList Class
- java.
lang. Object - com.
azure. resourcemanager. springappdiscovery. models. ErrorSummaryList
- com.
Implements
public final class ErrorSummaryList
implements JsonSerializable<ErrorSummaryList>
The list of ErrorSummary.
Constructor Summary
| Constructor | Description |
|---|---|
| ErrorSummaryList() |
Creates an instance of Error |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Error |
fromJson(JsonReader jsonReader)
Reads an instance of Error |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Error |
value()
Get the value property: The list of Error |
|
Error |
withNextLink(String nextLink)
Set the next |
|
Error |
withValue(List<ErrorSummaryInner> value)
Set the value property: The list of Error |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ErrorSummaryInner> value()
Get the value property: The list of ErrorSummary.
Returns:
withNextLink
public ErrorSummaryList withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public ErrorSummaryList withValue(List<ErrorSummaryInner> value)
Set the value property: The list of ErrorSummary.
Parameters:
Returns: