Class DiagnosticsBundle


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class DiagnosticsBundle
    extends Object
    Describe a diagnostics bundle
    • Constructor Detail

      • DiagnosticsBundle

        public DiagnosticsBundle()
    • Method Detail

      • getId

        public String getId()
        Getter for id. Identifier for each bundle collection
      • setId

        public void setId​(String id)
        Setter for id. Identifier for each bundle collection
      • getCrn

        public String getCrn()
        Getter for crn. The object on which diagnostics was collected
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The object on which diagnostics was collected
      • getStartTime

        public ZonedDateTime getStartTime()
        Getter for startTime. Start time
      • setStartTime

        public void setStartTime​(ZonedDateTime startTime)
        Setter for startTime. Start time
      • getEndTime

        public ZonedDateTime getEndTime()
        Getter for endTime. The end time, if the command is finished.
      • setEndTime

        public void setEndTime​(ZonedDateTime endTime)
        Setter for endTime. The end time, if the command is finished.
      • getStatus

        public String getStatus()
        Getter for status. A status of the diagnostics collection process
      • setStatus

        public void setStatus​(String status)
        Setter for status. A status of the diagnostics collection process
      • getResult

        public String getResult()
        Getter for result. If this is a download, a link to the download location of the bundle
      • setResult

        public void setResult​(String result)
        Setter for result. If this is a download, a link to the download location of the bundle
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object