Class TroubleshootingRecommendedActions
- java.lang.Object
-
- com.microsoft.azure.management.network.TroubleshootingRecommendedActions
-
public class TroubleshootingRecommendedActions extends Object
Recommended actions based on discovered issues.
-
-
Constructor Summary
Constructors Constructor Description TroubleshootingRecommendedActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionId()Get the actionId value.StringactionText()Get the actionText value.StringactionUri()Get the actionUri value.StringactionUriText()Get the actionUriText value.TroubleshootingRecommendedActionswithActionId(String actionId)Set the actionId value.TroubleshootingRecommendedActionswithActionText(String actionText)Set the actionText value.TroubleshootingRecommendedActionswithActionUri(String actionUri)Set the actionUri value.TroubleshootingRecommendedActionswithActionUriText(String actionUriText)Set the actionUriText value.
-
-
-
Method Detail
-
actionId
public String actionId()
Get the actionId value.- Returns:
- the actionId value
-
withActionId
public TroubleshootingRecommendedActions withActionId(String actionId)
Set the actionId value.- Parameters:
actionId- the actionId value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionText
public String actionText()
Get the actionText value.- Returns:
- the actionText value
-
withActionText
public TroubleshootingRecommendedActions withActionText(String actionText)
Set the actionText value.- Parameters:
actionText- the actionText value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUri
public String actionUri()
Get the actionUri value.- Returns:
- the actionUri value
-
withActionUri
public TroubleshootingRecommendedActions withActionUri(String actionUri)
Set the actionUri value.- Parameters:
actionUri- the actionUri value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUriText
public String actionUriText()
Get the actionUriText value.- Returns:
- the actionUriText value
-
withActionUriText
public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
Set the actionUriText value.- Parameters:
actionUriText- the actionUriText value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
-