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="2024-09-27T08:40:27.499-07:00")
public class ArchiveBatch
extends Object
Information about a batch of audit events that were archived.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.Getter for archiveId.Getter for archiveTimestamp.Getter for eventCount.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
setArchiveId
(String archiveId) Setter for archiveId.void
setArchiveTimestamp
(Long archiveTimestamp) Setter for archiveTimestamp.void
setEventCount
(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
-