Class ArchiveRun


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class ArchiveRun
    extends Object
    The public model for an archive run.
    • Constructor Detail

      • ArchiveRun

        public ArchiveRun()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Getter for accountId. The account ID for the archive run.
      • setAccountId

        public void setAccountId​(String accountId)
        Setter for accountId. The account ID for the archive run.
      • getRunId

        public String getRunId()
        Getter for runId. The run ID for the archive run, which uniquely identifies the run.
      • setRunId

        public void setRunId​(String runId)
        Setter for runId. The run ID for the archive run, which uniquely identifies the run.
      • getArchiveId

        public String getArchiveId()
        Getter for archiveId. The archive ID for the batch of events archived by the run.
      • setArchiveId

        public void setArchiveId​(String archiveId)
        Setter for archiveId. The archive ID for the batch of events archived by the run.
      • getStatus

        public String getStatus()
        Getter for status. The status of the archive run: CREATED, SUCCEEDED, or FAILED.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The status of the archive run: CREATED, SUCCEEDED, or FAILED.
      • getSummary

        public String getSummary()
        Getter for summary. A summary of the outcome of the run.
      • setSummary

        public void setSummary​(String summary)
        Setter for summary. A summary of the outcome of the run.
      • getDetails

        public String getDetails()
        Getter for details. Additional details about the run, such as a stack trace.
      • setDetails

        public void setDetails​(String details)
        Setter for details. Additional details about the run, such as a stack trace.
      • getCreationTimestamp

        public ZonedDateTime getCreationTimestamp()
        Getter for creationTimestamp. The creation timestamp of the archive run.
      • setCreationTimestamp

        public void setCreationTimestamp​(ZonedDateTime creationTimestamp)
        Setter for creationTimestamp. The creation timestamp of the archive run.
      • getArchiveTimestamp

        public ZonedDateTime getArchiveTimestamp()
        Getter for archiveTimestamp. The archive timestamp of the batch.
      • setArchiveTimestamp

        public void setArchiveTimestamp​(ZonedDateTime archiveTimestamp)
        Setter for archiveTimestamp. The archive timestamp of the batch.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object