Class DiagnosticsBundle

java.lang.Object
com.cloudera.cdp.opdb.model.DiagnosticsBundle

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.282-07:00") public class DiagnosticsBundle extends Object
Describe a diagnostics bundle
  • Constructor Details

    • DiagnosticsBundle

      public DiagnosticsBundle()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object