Class ImportJobUnderscoreCreate
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ImportJobUnderscoreCreate
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ImportJobUnderscoreCreate
extends Object
Represents a task used to import resources from a file Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletionDate(Date completionDate) contentType(String contentType) creationDate(Date creationDate) boolean@Valid DateDate at which the job was completedIndicates the format of the imported data@Valid DateDate at which the job was createdReason for failure if status is failedgetPath()URL of the root resource where the content of the file specified by the import job must be appliedStatus of the import job (not started, running, succeeded, failed)@NotNull StringgetUrl()URL of the file containing the data to be importedinthashCode()voidsetCompletionDate(Date completionDate) voidsetContentType(String contentType) voidsetCreationDate(Date creationDate) voidsetErrorLog(String errorLog) voidvoidvoidtoString()
-
Constructor Details
-
ImportJobUnderscoreCreate
public ImportJobUnderscoreCreate()
-
-
Method Details
-
contentType
-
getContentType
Indicates the format of the imported data- Returns:
- contentType
-
setContentType
-
path
-
getPath
URL of the root resource where the content of the file specified by the import job must be applied- Returns:
- path
-
setPath
-
status
-
getStatus
Status of the import job (not started, running, succeeded, failed)- Returns:
- status
-
setStatus
-
url
-
getUrl
URL of the file containing the data to be imported- Returns:
- url
-
setUrl
-
completionDate
-
getCompletionDate
Date 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 if status is failed- Returns:
- errorLog
-
setErrorLog
-
equals
-
hashCode
public int hashCode() -
toString
-