Class FeedRunHistoryDO

java.lang.Object
com.skava.feed.model.domain.FeedRunHistoryDO

public class FeedRunHistoryDO extends Object

FeedRunHistoryDO class.

Author:
Infosys Equinox
  • Field Details

    • startTime

      @DateTimeFormat(iso=DATE_TIME) protected LocalDateTime startTime
      Feed run start time
    • endTime

      @DateTimeFormat(iso=DATE_TIME) protected LocalDateTime endTime
      Feed run end time
  • Constructor Details

    • FeedRunHistoryDO

      public FeedRunHistoryDO()
  • Method Details

    • fromEntity

      public FeedRunHistoryDO fromEntity(FeedRunHistory feedRunHistory)
      This method is used to set collcetionDO's Id from entity.
      Parameters:
      feedRunHistory - It contains the attributes required for the set values.
      Returns:
      It returns FeedRunHistoryDO.
    • toEntity

      public FeedRunHistory toEntity()
      This method is used to set collcetion's Id to entity.
      Returns:
      It returns FeedRunHistory.