Insight Class
- java.
lang. Object - com.
azure. resourcemanager. selfhelp. models. Insight
- com.
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. |
|
Importance |
importanceLevel()
Get the importance |
| 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 importance |
| 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:
importanceLevel
public ImportanceLevel importanceLevel()
Get the importanceLevel property: Importance level of the insight.
Returns:
results
public String results()
Get the results property: Detailed result content.
Returns:
title
public String title()
Get the title property: This insight's title.
Returns:
validate
public void validate()
Validates the instance.
withId
public Insight withId(String id)
Set the id property: Article id.
Parameters:
Returns:
withImportanceLevel
public Insight withImportanceLevel(ImportanceLevel importanceLevel)
Set the importanceLevel property: Importance level of the insight.
Parameters:
Returns:
withResults
public Insight withResults(String results)
Set the results property: Detailed result content.
Parameters:
Returns:
withTitle
public Insight withTitle(String title)
Set the title property: This insight's title.
Parameters:
Returns: