TroubleshootingRecommendedActions Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TroubleshootingRecommendedActions

public class TroubleshootingRecommendedActions

Recommended actions based on discovered issues.

Method Summary

Modifier and Type Method and Description
String actionId()

Get the actionId value.

String actionText()

Get the actionText value.

String actionUri()

Get the actionUri value.

String actionUriText()

Get the actionUriText value.

TroubleshootingRecommendedActions withActionId(String actionId)

Set the actionId value.

TroubleshootingRecommendedActions withActionText(String actionText)

Set the actionText value.

TroubleshootingRecommendedActions withActionUri(String actionUri)

Set the actionUri value.

TroubleshootingRecommendedActions withActionUriText(String actionUriText)

Set the actionUriText value.

Method Details

actionId

public String actionId()

Get the actionId value.

Returns:

the actionId value

actionText

public String actionText()

Get the actionText value.

Returns:

the actionText value

actionUri

public String actionUri()

Get the actionUri value.

Returns:

the actionUri value

actionUriText

public String actionUriText()

Get the actionUriText value.

Returns:

the actionUriText value

withActionId

public TroubleshootingRecommendedActions withActionId(String actionId)

Set the actionId value.

Parameters:

actionId - the actionId value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionText

public TroubleshootingRecommendedActions withActionText(String actionText)

Set the actionText value.

Parameters:

actionText - the actionText value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionUri

public TroubleshootingRecommendedActions withActionUri(String actionUri)

Set the actionUri value.

Parameters:

actionUri - the actionUri value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionUriText

public TroubleshootingRecommendedActions withActionUriText(String actionUriText)

Set the actionUriText value.

Parameters:

actionUriText - the actionUriText value to set

Returns:

the TroubleshootingRecommendedActions object itself.

Applies to