TroubleshootingRecommendedActions Class

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

public class TroubleshootingRecommendedActions

Recommended actions based on discovered issues.

Constructor Summary

Constructor Description
TroubleshootingRecommendedActions()

Method Summary

Modifier and Type Method and Description
java.lang.String actionId()

Get iD of the recommended action.

java.lang.String actionText()

Get description of recommended actions.

java.lang.String actionUri()

Get the uri linking to a documentation for the recommended troubleshooting actions.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TroubleshootingRecommendedActions

public TroubleshootingRecommendedActions()

Method Details

actionId

public String actionId()

Get iD of the recommended action.

Returns:

the actionId value

actionText

public String actionText()

Get description of recommended actions.

Returns:

the actionText value

actionUri

public String actionUri()

Get the uri linking to a documentation for the recommended troubleshooting actions.

Returns:

the actionUri value

actionUriText

public String actionUriText()

Get the information from the URI for the recommended troubleshooting actions.

Returns:

the actionUriText value

withActionId

public TroubleshootingRecommendedActions withActionId(String actionId)

Set iD of the recommended action.

Parameters:

actionId - the actionId value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionText

public TroubleshootingRecommendedActions withActionText(String actionText)

Set description of recommended actions.

Parameters:

actionText - the actionText value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionUri

public TroubleshootingRecommendedActions withActionUri(String actionUri)

Set the uri linking to a documentation for the recommended troubleshooting actions.

Parameters:

actionUri - the actionUri value to set

Returns:

the TroubleshootingRecommendedActions object itself.

withActionUriText

public TroubleshootingRecommendedActions withActionUriText(String actionUriText)

Set the information from the URI for the recommended troubleshooting actions.

Parameters:

actionUriText - the actionUriText value to set

Returns:

the TroubleshootingRecommendedActions object itself.

Applies to