-
public final class AlternateProductsViewModelState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ProductSearchResponseDto>alternateProductsprivate final List<String>domainsWithCoupons
-
Constructor Summary
Constructors Constructor Description AlternateProductsViewModelState(List<ProductSearchResponseDto> alternateProducts, List<String> domainsWithCoupons)
-
Method Summary
Modifier and Type Method Description final List<ProductSearchResponseDto>getAlternateProducts()final List<String>getDomainsWithCoupons()final AlternateProductsUiStatetoUiState()-
-
Constructor Detail
-
AlternateProductsViewModelState
AlternateProductsViewModelState(List<ProductSearchResponseDto> alternateProducts, List<String> domainsWithCoupons)
-
-
Method Detail
-
getAlternateProducts
final List<ProductSearchResponseDto> getAlternateProducts()
-
getDomainsWithCoupons
final List<String> getDomainsWithCoupons()
-
toUiState
final AlternateProductsUiState toUiState()
-
-
-
-