Package com.cloudera.cdp.audit.model
Class MarkArchiveBatchesAsSuccessfulResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.MarkArchiveBatchesAsSuccessfulResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class MarkArchiveBatchesAsSuccessfulResponse
extends CdpResponse
Response from marking archive batches as successful.
-
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 archiveIds.Getter for archiveTimestamp.int
hashCode()
void
setArchiveIds
(List<String> archiveIds) Setter for archiveIds.void
setArchiveTimestamp
(ZonedDateTime archiveTimestamp) Setter for archiveTimestamp.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
MarkArchiveBatchesAsSuccessfulResponse
public MarkArchiveBatchesAsSuccessfulResponse()
-
-
Method Details
-
getArchiveIds
Getter for archiveIds. The archive IDs of the batches marked as successful. -
setArchiveIds
Setter for archiveIds. The archive IDs of the batches marked as successful. -
getArchiveTimestamp
Getter for archiveTimestamp. The archive timestamp marked for each batch. -
setArchiveTimestamp
Setter for archiveTimestamp. The archive timestamp marked for each batch. -
equals
-
hashCode
public int hashCode() -
toString
-