Package org.openapitools.client.model
Class ScanCloudStorageBatchJobCreateResult
java.lang.Object
org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-11-03T08:41:21.483351Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class ScanCloudStorageBatchJobCreateResult
extends Object
Result of performing a convert documentbatch job operation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasyncJobID(String asyncJobID) booleanCreate an instance of ScanCloudStorageBatchJobCreateResult given an JSON stringWhen creating a job, an Async Job ID is returned.True if successful, false otherwiseinthashCode()voidsetAsyncJobID(String asyncJobID) voidsetSuccessful(Boolean successful) successful(Boolean successful) toJson()Convert an instance of ScanCloudStorageBatchJobCreateResult to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_SUCCESSFUL
- See Also:
-
SERIALIZED_NAME_ASYNC_JOB_I_D
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ScanCloudStorageBatchJobCreateResult
public ScanCloudStorageBatchJobCreateResult()
-
-
Method Details
-
successful
-
getSuccessful
True if successful, false otherwise- Returns:
- successful
-
setSuccessful
-
asyncJobID
-
getAsyncJobID
When creating a job, an Async Job ID is returned. Use the GetAsyncJobStatus API to check on the status of this job using the AsyncJobID and get the result when it finishes- Returns:
- asyncJobID
-
setAsyncJobID
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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 ScanCloudStorageBatchJobCreateResult
-
fromJson
Create an instance of ScanCloudStorageBatchJobCreateResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ScanCloudStorageBatchJobCreateResult
- Throws:
IOException- if the JSON string is invalid with respect to ScanCloudStorageBatchJobCreateResult
-
toJson
Convert an instance of ScanCloudStorageBatchJobCreateResult to an JSON string- Returns:
- JSON string
-