Class TroubleshootingRecommendedActions
- java.lang.Object
-
- com.azure.resourcemanager.network.models.TroubleshootingRecommendedActions
-
public final 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 property: ID of the recommended action.StringactionText()Get the actionText property: Description of recommended actions.StringactionUri()Get the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.StringactionUriText()Get the actionUriText property: The information from the URI for the recommended troubleshooting actions.voidvalidate()Validates the instance.TroubleshootingRecommendedActionswithActionId(String actionId)Set the actionId property: ID of the recommended action.TroubleshootingRecommendedActionswithActionText(String actionText)Set the actionText property: Description of recommended actions.TroubleshootingRecommendedActionswithActionUri(String actionUri)Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.TroubleshootingRecommendedActionswithActionUriText(String actionUriText)Set the actionUriText property: The information from the URI for the recommended troubleshooting actions.
-
-
-
Method Detail
-
actionId
public String actionId()
Get the actionId property: ID of the recommended action.- Returns:
- the actionId value.
-
withActionId
public TroubleshootingRecommendedActions withActionId(String actionId)
Set the actionId property: ID of the recommended action.- Parameters:
actionId- the actionId value to set.- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionText
public String actionText()
Get the actionText property: Description of recommended actions.- Returns:
- the actionText value.
-
withActionText
public TroubleshootingRecommendedActions withActionText(String actionText)
Set the actionText property: Description of recommended actions.- Parameters:
actionText- the actionText value to set.- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUri
public String actionUri()
Get the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.- Returns:
- the actionUri value.
-
withActionUri
public TroubleshootingRecommendedActions withActionUri(String actionUri)
Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.- Parameters:
actionUri- the actionUri value to set.- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUriText
public String actionUriText()
Get the actionUriText property: The information from the URI for the recommended troubleshooting actions.- Returns:
- the actionUriText value.
-
withActionUriText
public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
Set the actionUriText property: The information from the URI for the recommended troubleshooting actions.- Parameters:
actionUriText- the actionUriText value to set.- Returns:
- the TroubleshootingRecommendedActions object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-