TroubleshootingDetails Class

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

public class TroubleshootingDetails

Information gained from troubleshooting of specified resource.

Constructor Summary

Constructor Description
TroubleshootingDetails()

Method Summary

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

Get details on troubleshooting results.

java.lang.String id()

Get the id of the get troubleshoot operation.

java.lang.String reasonType()

Get reason type of failure.

java.util.List<TroubleshootingRecommendedActions> recommendedActions()

Get list of recommended actions.

java.lang.String summary()

Get a summary of troubleshooting.

TroubleshootingDetails withDetail(String detail)

Set details on troubleshooting results.

TroubleshootingDetails withId(String id)

Set the id of the get troubleshoot operation.

TroubleshootingDetails withReasonType(String reasonType)

Set reason type of failure.

TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)

Set list of recommended actions.

TroubleshootingDetails withSummary(String summary)

Set a summary of troubleshooting.

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

TroubleshootingDetails

public TroubleshootingDetails()

Method Details

detail

public String detail()

Get details on troubleshooting results.

Returns:

the detail value

id

public String id()

Get the id of the get troubleshoot operation.

Returns:

the id value

reasonType

public String reasonType()

Get reason type of failure.

Returns:

the reasonType value

recommendedActions

public List recommendedActions()

Get list of recommended actions.

Returns:

the recommendedActions value

summary

public String summary()

Get a summary of troubleshooting.

Returns:

the summary value

withDetail

public TroubleshootingDetails withDetail(String detail)

Set details on troubleshooting results.

Parameters:

detail - the detail value to set

Returns:

the TroubleshootingDetails object itself.

withId

public TroubleshootingDetails withId(String id)

Set the id of the get troubleshoot operation.

Parameters:

id - the id value to set

Returns:

the TroubleshootingDetails object itself.

withReasonType

public TroubleshootingDetails withReasonType(String reasonType)

Set reason type of failure.

Parameters:

reasonType - the reasonType value to set

Returns:

the TroubleshootingDetails object itself.

withRecommendedActions

public TroubleshootingDetails withRecommendedActions(List recommendedActions)

Set list of recommended actions.

Parameters:

recommendedActions - the recommendedActions value to set

Returns:

the TroubleshootingDetails object itself.

withSummary

public TroubleshootingDetails withSummary(String summary)

Set a summary of troubleshooting.

Parameters:

summary - the summary value to set

Returns:

the TroubleshootingDetails object itself.

Applies to