Class BatchEventsForArchivingRequest

java.lang.Object
com.cloudera.cdp.audit.model.BatchEventsForArchivingRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class BatchEventsForArchivingRequest extends Object
Request to create batches of audit events for archiving.
  • Constructor Details

    • BatchEventsForArchivingRequest

      public BatchEventsForArchivingRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object