Package io.lakefs.clients.sdk.model
Class PrepareGCUncommittedResponse
- java.lang.Object
-
- io.lakefs.clients.sdk.model.PrepareGCUncommittedResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PrepareGCUncommittedResponse extends Object
PrepareGCUncommittedResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrepareGCUncommittedResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CONTINUATION_TOKENstatic StringSERIALIZED_NAME_GC_UNCOMMITTED_LOCATIONstatic StringSERIALIZED_NAME_RUN_ID
-
Constructor Summary
Constructors Constructor Description PrepareGCUncommittedResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PrepareGCUncommittedResponsecontinuationToken(String continuationToken)booleanequals(Object o)static PrepareGCUncommittedResponsefromJson(String jsonString)Create an instance of PrepareGCUncommittedResponse given an JSON stringPrepareGCUncommittedResponsegcUncommittedLocation(String gcUncommittedLocation)Map<String,Object>getAdditionalProperties()Return the additional (undeclared) property.ObjectgetAdditionalProperty(String key)Return the additional (undeclared) property with the specified name.StringgetContinuationToken()Get continuationTokenStringgetGcUncommittedLocation()location of uncommitted information dataStringgetRunId()Get runIdinthashCode()PrepareGCUncommittedResponseputAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.PrepareGCUncommittedResponserunId(String runId)voidsetContinuationToken(String continuationToken)voidsetGcUncommittedLocation(String gcUncommittedLocation)voidsetRunId(String runId)StringtoJson()Convert an instance of PrepareGCUncommittedResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_RUN_ID
public static final String SERIALIZED_NAME_RUN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GC_UNCOMMITTED_LOCATION
public static final String SERIALIZED_NAME_GC_UNCOMMITTED_LOCATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTINUATION_TOKEN
public static final String SERIALIZED_NAME_CONTINUATION_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
runId
public PrepareGCUncommittedResponse runId(String runId)
-
setRunId
public void setRunId(String runId)
-
gcUncommittedLocation
public PrepareGCUncommittedResponse gcUncommittedLocation(String gcUncommittedLocation)
-
getGcUncommittedLocation
@Nonnull public String getGcUncommittedLocation()
location of uncommitted information data- Returns:
- gcUncommittedLocation
-
setGcUncommittedLocation
public void setGcUncommittedLocation(String gcUncommittedLocation)
-
continuationToken
public PrepareGCUncommittedResponse continuationToken(String continuationToken)
-
getContinuationToken
@Nullable public String getContinuationToken()
Get continuationToken- Returns:
- continuationToken
-
setContinuationToken
public void setContinuationToken(String continuationToken)
-
putAdditionalProperty
public PrepareGCUncommittedResponse 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 propertyvalue- value of the property- Returns:
- the PrepareGCUncommittedResponse 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
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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 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
-
-