TroubleshootingDetails 类
定义
Information gained from troubleshooting of specified resource.
public class TroubleshootingDetails
- 继承
-
java.lang.ObjectTroubleshootingDetails
方法
detail() |
Get the detail value.
|
id() |
Get the id value.
|
reasonType() |
Get the reasonType value.
|
recommendedActions() |
Get the recommendedActions value.
|
summary() |
Get the summary value.
|
withDetail(String detail) |
Set the detail value.
|
withId(String id) |
Set the id value.
|
withReasonType(String reasonType) |
Set the reasonType value.
|
withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions) |
Set the recommendedActions value.
|
withSummary(String summary) |
Set the summary value.
|