public final class TroubleshootingDetails extends Object
| Constructor and Description |
|---|
TroubleshootingDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
detail()
Get the detail property: Details on troubleshooting results.
|
String |
id()
Get the id property: The id of the get troubleshoot operation.
|
String |
reasonType()
Get the reasonType property: Reason type of failure.
|
List<TroubleshootingRecommendedActions> |
recommendedActions()
Get the recommendedActions property: List of recommended actions.
|
String |
summary()
Get the summary property: A summary of troubleshooting.
|
void |
validate()
Validates the instance.
|
TroubleshootingDetails |
withDetail(String detail)
Set the detail property: Details on troubleshooting results.
|
TroubleshootingDetails |
withId(String id)
Set the id property: The id of the get troubleshoot operation.
|
TroubleshootingDetails |
withReasonType(String reasonType)
Set the reasonType property: Reason type of failure.
|
TroubleshootingDetails |
withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set the recommendedActions property: List of recommended actions.
|
TroubleshootingDetails |
withSummary(String summary)
Set the summary property: A summary of troubleshooting.
|
public String id()
public TroubleshootingDetails withId(String id)
id - the id value to set.public String reasonType()
public TroubleshootingDetails withReasonType(String reasonType)
reasonType - the reasonType value to set.public String summary()
public TroubleshootingDetails withSummary(String summary)
summary - the summary value to set.public String detail()
public TroubleshootingDetails withDetail(String detail)
detail - the detail value to set.public List<TroubleshootingRecommendedActions> recommendedActions()
public TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
recommendedActions - the recommendedActions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.