public final class TroubleshootingRecommendedActions extends Object
| Constructor and Description |
|---|
TroubleshootingRecommendedActions() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionId()
Get the actionId property: ID of the recommended action.
|
String |
actionText()
Get the actionText property: Description of recommended actions.
|
String |
actionUri()
Get the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.
|
String |
actionUriText()
Get the actionUriText property: The information from the URI for the recommended troubleshooting actions.
|
void |
validate()
Validates the instance.
|
TroubleshootingRecommendedActions |
withActionId(String actionId)
Set the actionId property: ID of the recommended action.
|
TroubleshootingRecommendedActions |
withActionText(String actionText)
Set the actionText property: Description of recommended actions.
|
TroubleshootingRecommendedActions |
withActionUri(String actionUri)
Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.
|
TroubleshootingRecommendedActions |
withActionUriText(String actionUriText)
Set the actionUriText property: The information from the URI for the recommended troubleshooting actions.
|
public String actionId()
public TroubleshootingRecommendedActions withActionId(String actionId)
actionId - the actionId value to set.public String actionText()
public TroubleshootingRecommendedActions withActionText(String actionText)
actionText - the actionText value to set.public String actionUri()
public TroubleshootingRecommendedActions withActionUri(String actionUri)
actionUri - the actionUri value to set.public String actionUriText()
public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
actionUriText - the actionUriText value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.