Class TroubleshootingDetails
- java.lang.Object
-
- com.microsoft.azure.management.network.TroubleshootingDetails
-
public class TroubleshootingDetails extends Object
Information gained from troubleshooting of specified resource.
-
-
Constructor Summary
Constructors Constructor Description TroubleshootingDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetail()Get the detail value.Stringid()Get the id value.StringreasonType()Get the reasonType value.List<TroubleshootingRecommendedActions>recommendedActions()Get the recommendedActions value.Stringsummary()Get the summary value.TroubleshootingDetailswithDetail(String detail)Set the detail value.TroubleshootingDetailswithId(String id)Set the id value.TroubleshootingDetailswithReasonType(String reasonType)Set the reasonType value.TroubleshootingDetailswithRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)Set the recommendedActions value.TroubleshootingDetailswithSummary(String summary)Set the summary value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public TroubleshootingDetails withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the TroubleshootingDetails object itself.
-
reasonType
public String reasonType()
Get the reasonType value.- Returns:
- the reasonType value
-
withReasonType
public TroubleshootingDetails withReasonType(String reasonType)
Set the reasonType value.- Parameters:
reasonType- the reasonType value to set- Returns:
- the TroubleshootingDetails object itself.
-
summary
public String summary()
Get the summary value.- Returns:
- the summary value
-
withSummary
public TroubleshootingDetails withSummary(String summary)
Set the summary value.- Parameters:
summary- the summary value to set- Returns:
- the TroubleshootingDetails object itself.
-
detail
public String detail()
Get the detail value.- Returns:
- the detail value
-
withDetail
public TroubleshootingDetails withDetail(String detail)
Set the detail value.- Parameters:
detail- the detail value to set- Returns:
- the TroubleshootingDetails object itself.
-
recommendedActions
public List<TroubleshootingRecommendedActions> recommendedActions()
Get the recommendedActions value.- Returns:
- the recommendedActions value
-
withRecommendedActions
public TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set the recommendedActions value.- Parameters:
recommendedActions- the recommendedActions value to set- Returns:
- the TroubleshootingDetails object itself.
-
-