Class BatchEventsForArchivingResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.BatchEventsForArchivingResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class BatchEventsForArchivingResponse extends CdpResponse
Response from creating batches of audit events for archiving.
  • Constructor Details

    • BatchEventsForArchivingResponse

      public BatchEventsForArchivingResponse()
  • 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