Package com.cloudera.cdp.audit.model
Class ArchiveBatch
java.lang.Object
com.cloudera.cdp.audit.model.ArchiveBatch
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.691-07:00")
public class ArchiveBatch
extends Object
Information about a batch of audit events that were archived.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for accountId.Getter for archiveId.Getter for archiveTimestamp.Getter for eventCount.inthashCode()voidsetAccountId(String accountId) Setter for accountId.voidsetArchiveId(String archiveId) Setter for archiveId.voidsetArchiveTimestamp(Long archiveTimestamp) Setter for archiveTimestamp.voidsetEventCount(Long eventCount) Setter for eventCount.toString()
-
Constructor Details
-
ArchiveBatch
public ArchiveBatch()
-
-
Method Details
-
getAccountId
Getter for accountId. The account ID for which events were archived. -
setAccountId
Setter for accountId. The account ID for which events were archived. -
getEventCount
Getter for eventCount. The number of events archived. A negative number indicates that the count is not available. -
setEventCount
Setter for eventCount. The number of events archived. A negative number indicates that the count is not available. -
getArchiveId
Getter for archiveId. The archive ID of the batch. -
setArchiveId
Setter for archiveId. The archive ID of the batch. -
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
-