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

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object 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