Package com.cloudera.cdp.audit.model
Class GetArchivingStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.GetArchivingStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class GetArchivingStatusResponse
extends CdpResponse
Information about a current archive process.
-
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 status.int
hashCode()
void
setEventBatches
(List<ArchiveBatch> eventBatches) Setter for eventBatches.void
setEventCount
(Long eventCount) Setter for eventCount.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
-
GetArchivingStatusResponse
public GetArchivingStatusResponse()
-
-
Method Details
-
getStatus
Getter for status. The archive status. -
setStatus
Setter for status. The archive status. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-