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="2025-10-28T14:00:29.691-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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for eventBatches.Getter for eventCount.Getter for status.inthashCode()voidsetEventBatches(List<ArchiveBatch> eventBatches) Setter for eventBatches.voidsetEventCount(Long eventCount) Setter for eventCount.voidSetter for status.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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
-