TroubleshootingRecommendedActions Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. TroubleshootingRecommendedActions
- com.
Implements
public final class TroubleshootingRecommendedActions
implements JsonSerializable<TroubleshootingRecommendedActions>
Recommended actions based on discovered issues.
Constructor Summary
Constructor | Description |
---|---|
TroubleshootingRecommendedActions() |
Creates an instance of Troubleshooting |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
actionId()
Get the action |
String |
actionText()
Get the action |
String |
actionUri()
Get the action |
String |
actionUriText()
Get the action |
static
Troubleshooting |
fromJson(JsonReader jsonReader)
Reads an instance of Troubleshooting |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Troubleshooting |
withActionId(String actionId)
Set the action |
Troubleshooting |
withActionText(String actionText)
Set the action |
Troubleshooting |
withActionUri(String actionUri)
Set the action |
Troubleshooting |
withActionUriText(String actionUriText)
Set the action |
Methods inherited from java.lang.Object
Constructor Details
TroubleshootingRecommendedActions
public TroubleshootingRecommendedActions()
Creates an instance of TroubleshootingRecommendedActions class.
Method Details
actionId
public String actionId()
Get the actionId property: ID of the recommended action.
Returns:
actionText
public String actionText()
Get the actionText property: Description of recommended actions.
Returns:
actionUri
public String actionUri()
Get the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.
Returns:
actionUriText
public String actionUriText()
Get the actionUriText property: The information from the URI for the recommended troubleshooting actions.
Returns:
fromJson
public static TroubleshootingRecommendedActions fromJson(JsonReader jsonReader)
Reads an instance of TroubleshootingRecommendedActions from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withActionId
public TroubleshootingRecommendedActions withActionId(String actionId)
Set the actionId property: ID of the recommended action.
Parameters:
Returns:
withActionText
public TroubleshootingRecommendedActions withActionText(String actionText)
Set the actionText property: Description of recommended actions.
Parameters:
Returns:
withActionUri
public TroubleshootingRecommendedActions withActionUri(String actionUri)
Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.
Parameters:
Returns:
withActionUriText
public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
Set the actionUriText property: The information from the URI for the recommended troubleshooting actions.
Parameters:
Returns:
Applies to
Azure SDK for Java