Package com.qtsurfer.api.client.model
Class DatasetImportCreated
java.lang.Object
com.qtsurfer.api.client.model.DatasetImportCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class DatasetImportCreated
extends Object
The response to `POST /datasets/imports` — the dataset now exists, and its fetch has started.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAlways `fetching` in this response — the fetch has only just started. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this DatasetImportCreated object is equal to o.Opaque id of the newly created dataset — same id space as `POST /datasets`.Identifies this import.getJobId()The fetch/ingest job id.Always `fetching` in this response — the fetch has only just started.inthashCode()voidsetDatasetId(String datasetId) voidsetImportId(String importId) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DATASET_ID
- See Also:
-
JSON_PROPERTY_IMPORT_ID
- See Also:
-
JSON_PROPERTY_JOB_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
DatasetImportCreated
public DatasetImportCreated()
-
-
Method Details
-
datasetId
-
getDatasetId
Opaque id of the newly created dataset — same id space as `POST /datasets`.- Returns:
- datasetId
-
setDatasetId
-
importId
-
getImportId
Identifies this import. Pass to `GET /datasets/{datasetId}/imports/{importId}` to poll it — there is no separate \"finalize\" step the way an upload has.- Returns:
- importId
-
setImportId
-
jobId
-
getJobId
The fetch/ingest job id.- Returns:
- jobId
-
setJobId
-
status
-
getStatus
Always `fetching` in this response — the fetch has only just started.- Returns:
- status
-
setStatus
-
equals
Return true if this DatasetImportCreated object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-