Class PrepareGCUncommittedResponse


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

      • PrepareGCUncommittedResponse

        public PrepareGCUncommittedResponse()
    • Method Detail

      • getRunId

        @Nonnull
        public String getRunId()
        Get runId
        Returns:
        runId
      • setRunId

        public void setRunId​(String runId)
      • getGcUncommittedLocation

        @Nonnull
        public String getGcUncommittedLocation()
        location of uncommitted information data
        Returns:
        gcUncommittedLocation
      • setGcUncommittedLocation

        public void setGcUncommittedLocation​(String gcUncommittedLocation)
      • getContinuationToken

        @Nullable
        public String getContinuationToken()
        Get continuationToken
        Returns:
        continuationToken
      • setContinuationToken

        public void setContinuationToken​(String continuationToken)
      • 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 PrepareGCUncommittedResponse
      • fromJson

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

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