Package com.cloudera.cdp.audit.model
Class GetBatchEventsForArchivingStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.GetBatchEventsForArchivingStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class GetBatchEventsForArchivingStatusResponse
extends CdpResponse
Response from getting the status of creating batches of audit events to be archived.
-
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 status.int
hashCode()
void
setEventBatches
(List<ArchiveBatch> eventBatches) Setter for eventBatches.void
Setter for status.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetBatchEventsForArchivingStatusResponse
public GetBatchEventsForArchivingStatusResponse()
-
-
Method Details
-
getStatus
Getter for status. The task status. -
setStatus
Setter for status. The task status. -
getEventBatches
Getter for eventBatches. The details about the created batches, if the task completed successfully. -
setEventBatches
Setter for eventBatches. The details about the created batches, if the task completed successfully. -
equals
-
hashCode
public int hashCode() -
toString
-