Class ExportJob
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ExportJob
Represents a task used to export resources to a file
-
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 failuregetHref()Reference of the export jobgetId()Identifier of the export jobgetPath()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)getUrl()URL of the file containing the data to be exportedinthashCode()voidsetCompletionDate(Date completionDate) voidsetContentType(String contentType) voidsetCreationDate(Date creationDate) voidsetErrorLog(String errorLog) voidvoidvoidvoidvoidvoidtoString()
-
Constructor Details
-
ExportJob
public ExportJob()
-
-
Method Details
-
id
-
getId
Identifier of the export job- Returns:
- id
-
setId
-
href
-
getHref
Reference of the export job- Returns:
- href
-
setHref
-
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
-