Class GarbageCollectionPrepareResponse


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class GarbageCollectionPrepareResponse
    extends Object
    GarbageCollectionPrepareResponse
    • Constructor Detail

      • GarbageCollectionPrepareResponse

        public GarbageCollectionPrepareResponse()
    • Method Detail

      • getRunId

        @Nonnull
        public String getRunId()
        a unique identifier generated for this GC job
        Returns:
        runId
      • setRunId

        public void setRunId​(String runId)
      • getGcCommitsLocation

        @Nonnull
        public String getGcCommitsLocation()
        location of the resulting commits csv table (partitioned by run_id)
        Returns:
        gcCommitsLocation
      • setGcCommitsLocation

        public void setGcCommitsLocation​(String gcCommitsLocation)
      • getGcAddressesLocation

        @Nonnull
        public String getGcAddressesLocation()
        location to use for expired addresses parquet table (partitioned by run_id)
        Returns:
        gcAddressesLocation
      • setGcAddressesLocation

        public void setGcAddressesLocation​(String gcAddressesLocation)
      • getGcCommitsPresignedUrl

        @Nullable
        public String getGcCommitsPresignedUrl()
        a presigned url to download the commits csv
        Returns:
        gcCommitsPresignedUrl
      • setGcCommitsPresignedUrl

        public void setGcCommitsPresignedUrl​(String gcCommitsPresignedUrl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object