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="2023-12-01T13:59:41.921-08:00") public class ArchiveAuditEventsRequest extends Object
Request to archive audit events.
-
-
Constructor Summary
Constructors Constructor Description ArchiveAuditEventsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ZonedDateTime
getFromTimestamp()
Getter for fromTimestamp.ZonedDateTime
getToTimestamp()
Getter for toTimestamp.int
hashCode()
void
setFromTimestamp(ZonedDateTime fromTimestamp)
Setter for fromTimestamp.void
setToTimestamp(ZonedDateTime toTimestamp)
Setter for toTimestamp.String
toString()
-
-
-
Method Detail
-
getFromTimestamp
public ZonedDateTime getFromTimestamp()
Getter for fromTimestamp. The beginning timestamp for the search range (inclusive).
-
setFromTimestamp
public void setFromTimestamp(ZonedDateTime fromTimestamp)
Setter for fromTimestamp. The beginning timestamp for the search range (inclusive).
-
getToTimestamp
public ZonedDateTime getToTimestamp()
Getter for toTimestamp. The ending timestamp for the search range (exclusive).
-
setToTimestamp
public void setToTimestamp(ZonedDateTime toTimestamp)
Setter for toTimestamp. The ending timestamp for the search range (exclusive).
-
-