Class ExportJobUnderscoreCreate
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ExportJobUnderscoreCreate
Represents a task used to export resources to a file Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletionDate(Date completionDate) contentType(String contentType) creationDate(Date creationDate) boolean@Valid DateData at which the job was completedThe format of the exported data@Valid DateDate at which the job was createdReason for failuregetPath()URL of the root resource acting as the source for streaming content to the file specified by the export jobgetQuery()Used to scope the exported dataStatus of the export job (not started, running, succeeded, failed)@NotNull StringgetUrl()URL of the file containing the data to be exportedinthashCode()voidsetCompletionDate(Date completionDate) voidsetContentType(String contentType) voidsetCreationDate(Date creationDate) voidsetErrorLog(String errorLog) voidvoidvoidvoidtoString()
-
Constructor Details
-
ExportJobUnderscoreCreate
public ExportJobUnderscoreCreate()
-
-
Method Details
-
query
-
getQuery
Used to scope the exported data- Returns:
- query
-
setQuery
-
path
-
getPath
URL of the root resource acting as the source for streaming content to the file specified by the export job- Returns:
- path
-
setPath
-
contentType
-
getContentType
The format of the exported data- Returns:
- contentType
-
setContentType
-
status
-
getStatus
Status of the export job (not started, running, succeeded, failed)- Returns:
- status
-
setStatus
-
url
-
getUrl
URL of the file containing the data to be exported- Returns:
- url
-
setUrl
-
completionDate
-
getCompletionDate
Data at which the job was completed- Returns:
- completionDate
-
setCompletionDate
-
creationDate
-
getCreationDate
Date at which the job was created- Returns:
- creationDate
-
setCreationDate
-
errorLog
-
getErrorLog
Reason for failure- Returns:
- errorLog
-
setErrorLog
-
equals
-
hashCode
public int hashCode() -
toString
-