Class PublishedDataFeedPartDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.extraction.feed.sync.PublishedDataFeedPartDTO

public class PublishedDataFeedPartDTO extends Object
DTO to hold the data of a published data feed part.
  • Field Details

    • dataFeedDefinitionIdentCode

      public String dataFeedDefinitionIdentCode
      Ident code of the corresponding data feed definition
    • sequenceNumber

      public Integer sequenceNumber
      Consecutive number of the data feed part
    • partNumberInPeriod

      public Integer partNumberInPeriod
      Part number of the data feed part for the period
    • numberOfPartsOfPeriod

      public Integer numberOfPartsOfPeriod
      Number of parts in the period
    • periodStartDate

      public String periodStartDate

      Date/time stamp in the format yyyy-MM-dd for the start date of the period this data feed part contains data for

      Length: 19

    • periodEndDate

      public String periodEndDate

      Date/time stamp in the format yyyy-MM-dd for the end date of the period this data feed part contains data for

      Length: 19

    • numberOfRecords

      public Integer numberOfRecords
      Number of data records contained in the data feed part
    • dataFeedPartId

      public String dataFeedPartId
      The id of the published data feed part. To be used to retrieve the content via via #getDataFeedPartContent(GetDataFeedPartRequestDTO).
    • fileExtension

      public String fileExtension
      Extension of the data feed part as a file, e.g. CSV, JSON
  • Constructor Details

    • PublishedDataFeedPartDTO

      public PublishedDataFeedPartDTO()