Package com.cloudera.cdp.opdb.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCrn()
Getter for crn.Getter for endTime.getId()
Getter for id.Getter for result.Getter for startTime.Getter for status.int
hashCode()
void
Setter for crn.void
setEndTime
(ZonedDateTime endTime) Setter for endTime.void
Setter for id.void
Setter for result.void
setStartTime
(ZonedDateTime startTime) Setter for startTime.void
Setter for status.toString()
-
Constructor Details
-
DiagnosticsBundle
public DiagnosticsBundle()
-
-
Method Details
-
getId
Getter for id. Identifier for each bundle collection -
setId
Setter for id. Identifier for each bundle collection -
getCrn
Getter for crn. The object on which diagnostics was collected -
setCrn
Setter for crn. The object on which diagnostics was collected -
getStartTime
Getter for startTime. Start time -
setStartTime
Setter for startTime. Start time -
getEndTime
Getter for endTime. The end time, if the command is finished. -
setEndTime
Setter for endTime. The end time, if the command is finished. -
getStatus
Getter for status. A status of the diagnostics collection process -
setStatus
Setter for status. A status of the diagnostics collection process -
getResult
Getter for result. If this is a download, a link to the download location of the bundle -
setResult
Setter for result. If this is a download, a link to the download location of the bundle -
equals
-
hashCode
public int hashCode() -
toString
-