Condividi tramite


Solution Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.Solution

Implements

public final class Solution
implements JsonSerializable<Solution>

Class Representing Solution for problems detected.

Method Summary

Modifier and Type Method and Description
List<List<NameValuePair>> data()

Get the data property: Solution Data.

String description()

Get the description property: Description of the solution.

String displayName()

Get the displayName property: Display Name of the solution.

static Solution fromJson(JsonReader jsonReader)

Reads an instance of Solution from the JsonReader.

Double id()

Get the id property: Solution Id.

List<List<NameValuePair>> metadata()

Get the metadata property: Solution Metadata.

Double order()

Get the order property: Order of the solution.

JsonWriter toJson(JsonWriter jsonWriter)
SolutionType type()

Get the type property: Type of Solution.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

data

public List<List<NameValuePair>> data()

Get the data property: Solution Data.

Returns:

the data value.

description

public String description()

Get the description property: Description of the solution.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Display Name of the solution.

Returns:

the displayName value.

fromJson

public static Solution fromJson(JsonReader jsonReader)

Reads an instance of Solution from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public Double id()

Get the id property: Solution Id.

Returns:

the id value.

metadata

public List<List<NameValuePair>> metadata()

Get the metadata property: Solution Metadata.

Returns:

the metadata value.

order

public Double order()

Get the order property: Order of the solution.

Returns:

the order value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public SolutionType type()

Get the type property: Type of Solution.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to