Class ExportJobUnderscoreCreate

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ExportJobUnderscoreCreate

public class ExportJobUnderscoreCreate extends Object
Represents a task used to export resources to a file Skipped properties: id,href
  • Constructor Details

    • ExportJobUnderscoreCreate

      public ExportJobUnderscoreCreate()
  • Method Details

    • query

      public ExportJobUnderscoreCreate query(String query)
    • getQuery

      public String getQuery()
      Used to scope the exported data
      Returns:
      query
    • setQuery

      public void setQuery(String query)
    • path

      public ExportJobUnderscoreCreate path(String path)
    • getPath

      public String getPath()
      URL of the root resource acting as the source for streaming content to the file specified by the export job
      Returns:
      path
    • setPath

      public void setPath(String path)
    • contentType

      public ExportJobUnderscoreCreate contentType(String contentType)
    • getContentType

      public String getContentType()
      The format of the exported data
      Returns:
      contentType
    • setContentType

      public void setContentType(String contentType)
    • status

      public ExportJobUnderscoreCreate status(String status)
    • getStatus

      public String getStatus()
      Status of the export job (not started, running, succeeded, failed)
      Returns:
      status
    • setStatus

      public void setStatus(String status)
    • url

    • getUrl

      @NotNull public @NotNull String getUrl()
      URL of the file containing the data to be exported
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • completionDate

      public ExportJobUnderscoreCreate completionDate(Date completionDate)
    • getCompletionDate

      @Valid public @Valid Date getCompletionDate()
      Data at which the job was completed
      Returns:
      completionDate
    • setCompletionDate

      public void setCompletionDate(Date completionDate)
    • creationDate

      public ExportJobUnderscoreCreate creationDate(Date creationDate)
    • getCreationDate

      @Valid public @Valid Date getCreationDate()
      Date at which the job was created
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • errorLog

      public ExportJobUnderscoreCreate errorLog(String errorLog)
    • getErrorLog

      public String getErrorLog()
      Reason for failure
      Returns:
      errorLog
    • setErrorLog

      public void setErrorLog(String errorLog)
    • 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