Class GetBatchEventsForArchivingStatusRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class GetBatchEventsForArchivingStatusRequest extends Object
Request to get the status of creating batches of audit events to be archived.
  • Constructor Details

    • GetBatchEventsForArchivingStatusRequest

      public GetBatchEventsForArchivingStatusRequest()
  • Method Details

    • getTaskId

      public String getTaskId()
      Getter for taskId. The ID of the asynchronous task to monitor.
    • setTaskId

      public void setTaskId(String taskId)
      Setter for taskId. The ID of the asynchronous task to monitor.
    • 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