public class TroubleshootingDetails extends Object
| Constructor and Description |
|---|
TroubleshootingDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
detail()
Get details on troubleshooting results.
|
String |
id()
Get the id of the get troubleshoot operation.
|
String |
reasonType()
Get reason type of failure.
|
List<TroubleshootingRecommendedActions> |
recommendedActions()
Get list of recommended actions.
|
String |
summary()
Get a summary of troubleshooting.
|
TroubleshootingDetails |
withDetail(String detail)
Set details on troubleshooting results.
|
TroubleshootingDetails |
withId(String id)
Set the id of the get troubleshoot operation.
|
TroubleshootingDetails |
withReasonType(String reasonType)
Set reason type of failure.
|
TroubleshootingDetails |
withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set list of recommended actions.
|
TroubleshootingDetails |
withSummary(String summary)
Set a summary of troubleshooting.
|
public String id()
public TroubleshootingDetails withId(String id)
id - the id value to setpublic String reasonType()
public TroubleshootingDetails withReasonType(String reasonType)
reasonType - the reasonType value to setpublic String summary()
public TroubleshootingDetails withSummary(String summary)
summary - the summary value to setpublic String detail()
public TroubleshootingDetails withDetail(String detail)
detail - the detail value to setpublic List<TroubleshootingRecommendedActions> recommendedActions()
public TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
recommendedActions - the recommendedActions value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/