Package com.cloudera.cdp.audit.model
Class ArchiveAuditEventsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.ArchiveAuditEventsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.691-07:00")
public class ArchiveAuditEventsResponse
extends CdpResponse
Response from archiving audit events.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for eventBatches.Getter for eventCount.Getter for taskId.inthashCode()voidsetEventBatches(List<ArchiveBatch> eventBatches) Setter for eventBatches.voidsetEventCount(Long eventCount) Setter for eventCount.voidSetter for taskId.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ArchiveAuditEventsResponse
public ArchiveAuditEventsResponse()
-
-
Method Details
-
getEventCount
Getter for eventCount. The number of events archived. -
setEventCount
Setter for eventCount. The number of events archived. -
getEventBatches
Getter for eventBatches. The details about the batches of events archived. -
setEventBatches
Setter for eventBatches. The details about the batches of events archived. -
getTaskId
Getter for taskId. The id representing an asynchronous task. -
setTaskId
Setter for taskId. The id representing an asynchronous task. -
equals
-
hashCode
public int hashCode() -
toString
-