TroubleshootingDetails Class

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

public class TroubleshootingDetails

Information gained from troubleshooting of specified resource.

Method Summary

Modifier and Type Method and Description
String detail()

Get the detail value.

String id()

Get the id value.

String reasonType()

Get the reasonType value.

List<TroubleshootingRecommendedActions> recommendedActions()

Get the recommendedActions value.

String summary()

Get the summary value.

TroubleshootingDetails withDetail(String detail)

Set the detail value.

TroubleshootingDetails withId(String id)

Set the id value.

TroubleshootingDetails withReasonType(String reasonType)

Set the reasonType value.

TroubleshootingDetails withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)

Set the recommendedActions value.

TroubleshootingDetails withSummary(String summary)

Set the summary value.

Method Details

detail

public String detail()

Get the detail value.

Returns:

the detail value

id

public String id()

Get the id value.

Returns:

the id value

reasonType

public String reasonType()

Get the reasonType value.

Returns:

the reasonType value

recommendedActions

public List recommendedActions()

Get the recommendedActions value.

Returns:

the recommendedActions value

summary

public String summary()

Get the summary value.

Returns:

the summary value

withDetail

public TroubleshootingDetails withDetail(String detail)

Set the detail value.

Parameters:

detail - the detail value to set

Returns:

the TroubleshootingDetails object itself.

withId

public TroubleshootingDetails withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the TroubleshootingDetails object itself.

withReasonType

public TroubleshootingDetails withReasonType(String reasonType)

Set the reasonType value.

Parameters:

reasonType - the reasonType value to set

Returns:

the TroubleshootingDetails object itself.

withRecommendedActions

public TroubleshootingDetails withRecommendedActions(List recommendedActions)

Set the recommendedActions value.

Parameters:

recommendedActions - the recommendedActions value to set

Returns:

the TroubleshootingDetails object itself.

withSummary

public TroubleshootingDetails withSummary(String summary)

Set the summary value.

Parameters:

summary - the summary value to set

Returns:

the TroubleshootingDetails object itself.

Applies to