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="2024-09-27T08:40:27.499-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for eventBatches.Getter for eventCount.Getter for taskId.int
hashCode()
void
setEventBatches
(List<ArchiveBatch> eventBatches) Setter for eventBatches.void
setEventCount
(Long eventCount) Setter for eventCount.void
Setter for taskId.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-