ReplacementMaps Class

  • java.lang.Object
    • com.azure.resourcemanager.selfhelp.models.ReplacementMaps

Implements

public final class ReplacementMaps
implements JsonSerializable<ReplacementMaps>

Solution replacement maps.

Method Summary

Modifier and Type Method and Description
List<SolutionsDiagnostic> diagnostics()

Get the diagnostics property: Solution diagnostics results.

static ReplacementMaps fromJson(JsonReader jsonReader)

Reads an instance of ReplacementMaps from the JsonReader.

List<MetricsBasedChart> metricsBasedCharts()

Get the metricsBasedCharts property: Solution metrics based charts.

JsonWriter toJson(JsonWriter jsonWriter)
List<SolutionsTroubleshooters> troubleshooters()

Get the troubleshooters property: Solutions Troubleshooters.

List<VideoGroup> videoGroups()

Get the videoGroups property: Group of Videos.

List<Video> videos()

Get the videos property: Video solutions, which have the power to engage the customer by stimulating their senses.

List<WebResult> webResults()

Get the webResults property: Solution AzureKB results.

Methods inherited from java.lang.Object

Method Details

diagnostics

public List<SolutionsDiagnostic> diagnostics()

Get the diagnostics property: Solution diagnostics results.

Returns:

the diagnostics value.

fromJson

public static ReplacementMaps fromJson(JsonReader jsonReader)

Reads an instance of ReplacementMaps from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

metricsBasedCharts

public List<MetricsBasedChart> metricsBasedCharts()

Get the metricsBasedCharts property: Solution metrics based charts.

Returns:

the metricsBasedCharts value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

troubleshooters

public List<SolutionsTroubleshooters> troubleshooters()

Get the troubleshooters property: Solutions Troubleshooters.

Returns:

the troubleshooters value.

videoGroups

public List<VideoGroup> videoGroups()

Get the videoGroups property: Group of Videos.

Returns:

the videoGroups value.

videos

public List<Video> videos()

Get the videos property: Video solutions, which have the power to engage the customer by stimulating their senses.

Returns:

the videos value.

webResults

public List<WebResult> webResults()

Get the webResults property: Solution AzureKB results.

Returns:

the webResults value.

Applies to