public class TroubleshootingDetails extends Object
Constructor and Description |
---|
TroubleshootingDetails() |
Modifier and Type | Method and Description |
---|---|
String |
detail()
Get the detail value.
|
String |
id()
Get the id value.
|
String |
reasonType()
Get the reasonType value.
|
List<TroubleshootingRecommendedActions> |
recommendedActions()
Get the recommendedActions value.
|
String |
summary()
Get the summary value.
|
TroubleshootingDetails |
withDetail(String detail)
Set the detail value.
|
TroubleshootingDetails |
withId(String id)
Set the id value.
|
TroubleshootingDetails |
withReasonType(String reasonType)
Set the reasonType value.
|
TroubleshootingDetails |
withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set the recommendedActions value.
|
TroubleshootingDetails |
withSummary(String summary)
Set the summary value.
|
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 setCopyright © 2019. All rights reserved.