public class CatalogQuickAmountsSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQuickAmountsSettings.Builder
Class to build instances of
CatalogQuickAmountsSettings. |
| Constructor and Description |
|---|
CatalogQuickAmountsSettings(String option,
Boolean eligibleForAutoAmounts,
List<CatalogQuickAmount> amounts)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CatalogQuickAmount> |
getAmounts()
Getter for Amounts.
|
Boolean |
getEligibleForAutoAmounts()
Getter for EligibleForAutoAmounts.
|
String |
getOption()
Getter for Option.
|
int |
hashCode() |
CatalogQuickAmountsSettings.Builder |
toBuilder()
Builds a new
CatalogQuickAmountsSettings.Builder object. |
String |
toString()
Converts this CatalogQuickAmountsSettings into string format.
|
public CatalogQuickAmountsSettings(String option, Boolean eligibleForAutoAmounts, List<CatalogQuickAmount> amounts)
option - String value for option.eligibleForAutoAmounts - Boolean value for eligibleForAutoAmounts.amounts - List of CatalogQuickAmount value for amounts.public String getOption()
public Boolean getEligibleForAutoAmounts()
public List<CatalogQuickAmount> getAmounts()
public String toString()
public CatalogQuickAmountsSettings.Builder toBuilder()
CatalogQuickAmountsSettings.Builder object.
Creates the instance with the state of the current model.CatalogQuickAmountsSettings.Builder objectCopyright © 2022. All rights reserved.