Class TroubleshootingDetails


  • public class TroubleshootingDetails
    extends Object
    Information gained from troubleshooting of specified resource.
    • Constructor Detail

      • TroubleshootingDetails

        public TroubleshootingDetails()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public TroubleshootingDetails withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the TroubleshootingDetails object itself.
      • reasonType

        public String reasonType()
        Get the reasonType value.
        Returns:
        the reasonType value
      • withReasonType

        public TroubleshootingDetails withReasonType​(String reasonType)
        Set the reasonType value.
        Parameters:
        reasonType - the reasonType value to set
        Returns:
        the TroubleshootingDetails object itself.
      • summary

        public String summary()
        Get the summary value.
        Returns:
        the summary value
      • withSummary

        public TroubleshootingDetails withSummary​(String summary)
        Set the summary value.
        Parameters:
        summary - the summary value to set
        Returns:
        the TroubleshootingDetails object itself.
      • detail

        public String detail()
        Get the detail value.
        Returns:
        the detail value
      • withDetail

        public TroubleshootingDetails withDetail​(String detail)
        Set the detail value.
        Parameters:
        detail - the detail value to set
        Returns:
        the TroubleshootingDetails object itself.
      • withRecommendedActions

        public TroubleshootingDetails withRecommendedActions​(List<TroubleshootingRecommendedActions> recommendedActions)
        Set the recommendedActions value.
        Parameters:
        recommendedActions - the recommendedActions value to set
        Returns:
        the TroubleshootingDetails object itself.