-
@Serializable() public final class ProductCompareResponseDto
-
-
Field Summary
Fields Modifier and Type Field Description private final List<OfferDto>offersprivate final PriceAnalysispriceAnalysisprivate final ProductInfoproduct
-
Constructor Summary
Constructors Constructor Description ProductCompareResponseDto(List<OfferDto> offers, PriceAnalysis priceAnalysis, ProductInfo product)
-
Method Summary
Modifier and Type Method Description final List<OfferDto>getOffers()final PriceAnalysisgetPriceAnalysis()final ProductInfogetProduct()-
-
Constructor Detail
-
ProductCompareResponseDto
ProductCompareResponseDto(List<OfferDto> offers, PriceAnalysis priceAnalysis, ProductInfo product)
-
-
Method Detail
-
getPriceAnalysis
final PriceAnalysis getPriceAnalysis()
-
getProduct
final ProductInfo getProduct()
-
-
-
-