public class TroubleshootingRecommendedActions extends Object
| Constructor and Description |
|---|
TroubleshootingRecommendedActions() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionId()
Get iD of the recommended action.
|
String |
actionText()
Get description of recommended actions.
|
String |
actionUri()
Get the uri linking to a documentation for the recommended troubleshooting actions.
|
String |
actionUriText()
Get the information from the URI for the recommended troubleshooting actions.
|
TroubleshootingRecommendedActions |
withActionId(String actionId)
Set iD of the recommended action.
|
TroubleshootingRecommendedActions |
withActionText(String actionText)
Set description of recommended actions.
|
TroubleshootingRecommendedActions |
withActionUri(String actionUri)
Set the uri linking to a documentation for the recommended troubleshooting actions.
|
TroubleshootingRecommendedActions |
withActionUriText(String actionUriText)
Set the information from the URI for the recommended troubleshooting actions.
|
public String actionId()
public TroubleshootingRecommendedActions withActionId(String actionId)
actionId - the actionId value to setpublic String actionText()
public TroubleshootingRecommendedActions withActionText(String actionText)
actionText - the actionText value to setpublic String actionUri()
public TroubleshootingRecommendedActions withActionUri(String actionUri)
actionUri - the actionUri value to setpublic String actionUriText()
public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
actionUriText - the actionUriText 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.
*/