Class BatchEventsForArchivingRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class BatchEventsForArchivingRequest
    extends Object
    Request to create batches of audit events for archiving.
    • Constructor Detail

      • BatchEventsForArchivingRequest

        public BatchEventsForArchivingRequest()
    • Method Detail

      • getFromTimestamp

        public ZonedDateTime getFromTimestamp()
        Getter for fromTimestamp. The beginning timestamp for the search range.
      • setFromTimestamp

        public void setFromTimestamp​(ZonedDateTime fromTimestamp)
        Setter for fromTimestamp. The beginning timestamp for the search range.
      • getToTimestamp

        public ZonedDateTime getToTimestamp()
        Getter for toTimestamp. The ending timestamp for the search range.
      • setToTimestamp

        public void setToTimestamp​(ZonedDateTime toTimestamp)
        Setter for toTimestamp. The ending timestamp for the search range.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object