ReplacementMapsSelfHelp Class

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

Implements

public final class ReplacementMapsSelfHelp
implements JsonSerializable<ReplacementMapsSelfHelp>

Solution replacement maps.

Method Summary

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

Reads an instance of ReplacementMapsSelfHelp from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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

fromJson

public static ReplacementMapsSelfHelp fromJson(JsonReader jsonReader)

Reads an instance of ReplacementMapsSelfHelp from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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