Package com.cloudera.cdp.audit.model
Class ArchiveAuditEventsRequest
java.lang.Object
com.cloudera.cdp.audit.model.ArchiveAuditEventsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.691-07:00")
public class ArchiveAuditEventsRequest
extends Object
Request to archive audit events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for fromTimestamp.Getter for toTimestamp.inthashCode()voidsetFromTimestamp(ZonedDateTime fromTimestamp) Setter for fromTimestamp.voidsetToTimestamp(ZonedDateTime toTimestamp) Setter for toTimestamp.toString()
-
Constructor Details
-
ArchiveAuditEventsRequest
public ArchiveAuditEventsRequest()
-
-
Method Details
-
getFromTimestamp
Getter for fromTimestamp. The beginning timestamp for the search range (inclusive). -
setFromTimestamp
Setter for fromTimestamp. The beginning timestamp for the search range (inclusive). -
getToTimestamp
Getter for toTimestamp. The ending timestamp for the search range (exclusive). -
setToTimestamp
Setter for toTimestamp. The ending timestamp for the search range (exclusive). -
equals
-
hashCode
public int hashCode() -
toString
-