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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ExportJob extends Object
Represents a task used to export resources to a file
  • Constructor Details

    • ExportJob

      public ExportJob()
  • Method Details

    • id

      public ExportJob id(String id)
    • getId

      public String getId()
      Identifier of the export job
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ExportJob href(String href)
    • getHref

      public String getHref()
      Reference of the export job
      Returns:
      href
    • setHref

      public void setHref(String href)
    • query

      public ExportJob query(String query)
    • getQuery

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

      public void setQuery(String query)
    • path

      public ExportJob 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 ExportJob contentType(String contentType)
    • getContentType

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

      public void setContentType(String contentType)
    • status

      public ExportJob 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

      public ExportJob url(String url)
    • getUrl

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

      public void setUrl(String url)
    • completionDate

      public ExportJob 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 ExportJob 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 ExportJob 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