Class MarkArchiveBatchesAsSuccessfulRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class MarkArchiveBatchesAsSuccessfulRequest
    extends Object
    Request to mark archive batches as successful.
    • Constructor Detail

      • MarkArchiveBatchesAsSuccessfulRequest

        public MarkArchiveBatchesAsSuccessfulRequest()
    • Method Detail

      • getArchiveIds

        public List<String> getArchiveIds()
        Getter for archiveIds. The archive IDs of the batches to mark.
      • setArchiveIds

        public void setArchiveIds​(List<String> archiveIds)
        Setter for archiveIds. The archive IDs of the batches to mark.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object