Class PublishedDataFeedPartDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.extraction.feed.sync.PublishedDataFeedPartDTO
DTO to hold the data of a published data feed part.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIdent code of the corresponding data feed definitionThe id of the published data feed part.Extension of the data feed part as a file, e.g.Number of parts in the periodNumber of data records contained in the data feed partPart number of the data feed part for the periodDate/time stamp in the format yyyy-MM-dd for the end date of the period this data feed part contains data forDate/time stamp in the format yyyy-MM-dd for the start date of the period this data feed part contains data forConsecutive number of the data feed part -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataFeedDefinitionIdentCode
Ident code of the corresponding data feed definition -
sequenceNumber
Consecutive number of the data feed part -
partNumberInPeriod
Part number of the data feed part for the period -
numberOfPartsOfPeriod
Number of parts in the period -
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
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
Number of data records contained in the data feed part -
dataFeedPartId
The id of the published data feed part. To be used to retrieve the content via via#getDataFeedPartContent(GetDataFeedPartRequestDTO)
. -
fileExtension
Extension of the data feed part as a file, e.g. CSV, JSON
-
-
Constructor Details
-
PublishedDataFeedPartDTO
public PublishedDataFeedPartDTO()
-