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 Details

    • ArchiveRun

      public ArchiveRun()
  • Method Details

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