-
public final class AlternateProductsViewModelState
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisEnabledprivate final BooleanisLoadingprivate final List<ProductSearchResponseDto>alternateProductsprivate final List<String>domainsWithCoupons
-
Constructor Summary
Constructors Constructor Description AlternateProductsViewModelState(Boolean isEnabled, Boolean isLoading, List<ProductSearchResponseDto> alternateProducts, List<String> domainsWithCoupons)
-
Method Summary
Modifier and Type Method Description final BooleangetIsEnabled()final BooleangetIsLoading()final List<ProductSearchResponseDto>getAlternateProducts()final List<String>getDomainsWithCoupons()final AlternateProductsUiStatetoUiState()-
-
Method Detail
-
getIsEnabled
final Boolean getIsEnabled()
-
getIsLoading
final Boolean getIsLoading()
-
getAlternateProducts
final List<ProductSearchResponseDto> getAlternateProducts()
-
getDomainsWithCoupons
final List<String> getDomainsWithCoupons()
-
toUiState
final AlternateProductsUiState toUiState()
-
-
-
-