Class GetArchivingStatusResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class GetArchivingStatusResponse
    extends CdpResponse
    Information about a current archive process.
    • Constructor Detail

      • GetArchivingStatusResponse

        public GetArchivingStatusResponse()
    • Method Detail

      • getStatus

        public String getStatus()
        Getter for status. The archive status.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The archive status.
      • getEventCount

        public Long getEventCount()
        Getter for eventCount. The number of events archived.
      • setEventCount

        public void setEventCount​(Long eventCount)
        Setter for eventCount. The number of events archived.
      • getEventBatches

        public List<ArchiveBatch> getEventBatches()
        Getter for eventBatches. The details about the batches of events archived.
      • setEventBatches

        public void setEventBatches​(List<ArchiveBatch> eventBatches)
        Setter for eventBatches. The details about the batches of events archived.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object