Package com.cloudera.cdp.audit.model
Class ArchiveRun
java.lang.Object
com.cloudera.cdp.audit.model.ArchiveRun
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class ArchiveRun
extends Object
The public model for an archive run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.Getter for archiveId.Getter for archiveTimestamp.Getter for creationTimestamp.Getter for details.getRunId()
Getter for runId.Getter for status.Getter for summary.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
setArchiveId
(String archiveId) Setter for archiveId.void
setArchiveTimestamp
(ZonedDateTime archiveTimestamp) Setter for archiveTimestamp.void
setCreationTimestamp
(ZonedDateTime creationTimestamp) Setter for creationTimestamp.void
setDetails
(String details) Setter for details.void
Setter for runId.void
Setter for status.void
setSummary
(String summary) Setter for summary.toString()
-
Constructor Details
-
ArchiveRun
public ArchiveRun()
-
-
Method Details
-
getAccountId
Getter for accountId. The account ID for the archive run. -
setAccountId
Setter for accountId. The account ID for the archive run. -
getRunId
Getter for runId. The run ID for the archive run, which uniquely identifies the run. -
setRunId
Setter for runId. The run ID for the archive run, which uniquely identifies the run. -
getArchiveId
Getter for archiveId. The archive ID for the batch of events archived by the run. -
setArchiveId
Setter for archiveId. The archive ID for the batch of events archived by the run. -
getStatus
Getter for status. The status of the archive run: CREATED, SUCCEEDED, or FAILED. -
setStatus
Setter for status. The status of the archive run: CREATED, SUCCEEDED, or FAILED. -
getSummary
Getter for summary. A summary of the outcome of the run. -
setSummary
Setter for summary. A summary of the outcome of the run. -
getDetails
Getter for details. Additional details about the run, such as a stack trace. -
setDetails
Setter for details. Additional details about the run, such as a stack trace. -
getCreationTimestamp
Getter for creationTimestamp. The creation timestamp of the archive run. -
setCreationTimestamp
Setter for creationTimestamp. The creation timestamp of the archive run. -
getArchiveTimestamp
Getter for archiveTimestamp. The archive timestamp of the batch. -
setArchiveTimestamp
Setter for archiveTimestamp. The archive timestamp of the batch. -
equals
-
hashCode
public int hashCode() -
toString
-