Insight Class

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

public final class Insight

Detailed insights(s) obtained via the invocation of an insight diagnostic troubleshooter.

Constructor Summary

Constructor Description
Insight()

Creates an instance of Insight class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Article id.

ImportanceLevel importanceLevel()

Get the importanceLevel property: Importance level of the insight.

String results()

Get the results property: Detailed result content.

String title()

Get the title property: This insight's title.

void validate()

Validates the instance.

Insight withId(String id)

Set the id property: Article id.

Insight withImportanceLevel(ImportanceLevel importanceLevel)

Set the importanceLevel property: Importance level of the insight.

Insight withResults(String results)

Set the results property: Detailed result content.

Insight withTitle(String title)

Set the title property: This insight's title.

Methods inherited from java.lang.Object

Constructor Details

Insight

public Insight()

Creates an instance of Insight class.

Method Details

id

public String id()

Get the id property: Article id.

Returns:

the id value.

importanceLevel

public ImportanceLevel importanceLevel()

Get the importanceLevel property: Importance level of the insight.

Returns:

the importanceLevel value.

results

public String results()

Get the results property: Detailed result content.

Returns:

the results value.

title

public String title()

Get the title property: This insight's title.

Returns:

the title value.

validate

public void validate()

Validates the instance.

withId

public Insight withId(String id)

Set the id property: Article id.

Parameters:

id - the id value to set.

Returns:

the Insight object itself.

withImportanceLevel

public Insight withImportanceLevel(ImportanceLevel importanceLevel)

Set the importanceLevel property: Importance level of the insight.

Parameters:

importanceLevel - the importanceLevel value to set.

Returns:

the Insight object itself.

withResults

public Insight withResults(String results)

Set the results property: Detailed result content.

Parameters:

results - the results value to set.

Returns:

the Insight object itself.

withTitle

public Insight withTitle(String title)

Set the title property: This insight's title.

Parameters:

title - the title value to set.

Returns:

the Insight object itself.

Applies to