Class ScanCloudStorageBatchJobCreateResult

java.lang.Object
org.openapitools.client.model.ScanCloudStorageBatchJobCreateResult

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-01-27T23:59:36.607801Z[Etc/UTC]", comments="Generator version: 7.12.0") public class ScanCloudStorageBatchJobCreateResult extends Object
Result of performing a convert documentbatch job operation
  • Field Details

  • Constructor Details

    • ScanCloudStorageBatchJobCreateResult

      public ScanCloudStorageBatchJobCreateResult()
  • Method Details

    • successful

      public ScanCloudStorageBatchJobCreateResult successful(@Nullable Boolean successful)
    • getSuccessful

      @Nullable public Boolean getSuccessful()
      True if successful, false otherwise
      Returns:
      successful
    • setSuccessful

      public void setSuccessful(@Nullable Boolean successful)
    • asyncJobID

      public ScanCloudStorageBatchJobCreateResult asyncJobID(@Nullable String asyncJobID)
    • getAsyncJobID

      @Nullable public String 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

      public void setAsyncJobID(@Nullable String asyncJobID)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString 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 ScanCloudStorageBatchJobCreateResult
    • fromJson

      public static ScanCloudStorageBatchJobCreateResult fromJson(String jsonString) throws IOException
      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

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