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="2025-10-28T14:00:29.478-07:00")
public class DiagnosticsBundle
extends Object
Describe a diagnostics bundle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for caseNumber.getCrn()Getter for crn.Getter for destination.Getter for endTime.getId()Getter for id.Getter for result.Getter for startTime.Getter for status.inthashCode()voidsetCaseNumber(String caseNumber) Setter for caseNumber.voidSetter for crn.voidsetDestination(String destination) Setter for destination.voidsetEndTime(ZonedDateTime endTime) Setter for endTime.voidSetter for id.voidSetter for result.voidsetStartTime(ZonedDateTime startTime) Setter for startTime.voidSetter 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. -
getDestination
Getter for destination. Requested destination of the bundle. -
setDestination
Setter for destination. Requested destination of the bundle. -
getCaseNumber
Getter for caseNumber. CSH case number. -
setCaseNumber
Setter for caseNumber. CSH case number. -
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
-