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)
      • putAdditionalProperty

        public GarbageCollectionPrepareResponse putAdditionalProperty​(String key,
                                                                      Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the GarbageCollectionPrepareResponse instance itself
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public Object getAdditionalProperty​(String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to GarbageCollectionPrepareResponse
      • fromJson

        public static GarbageCollectionPrepareResponse fromJson​(String jsonString)
                                                         throws IOException
        Create an instance of GarbageCollectionPrepareResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GarbageCollectionPrepareResponse
        Throws:
        IOException - if the JSON string is invalid with respect to GarbageCollectionPrepareResponse
      • toJson

        public String toJson()
        Convert an instance of GarbageCollectionPrepareResponse to an JSON string
        Returns:
        JSON string