public class CatalogQuickAmount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQuickAmount.Builder
Class to build instances of
CatalogQuickAmount. |
| Constructor and Description |
|---|
CatalogQuickAmount(String type,
Money amount,
Long score,
Long ordinal)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmount()
Getter for Amount.
|
Long |
getOrdinal()
Getter for Ordinal.
|
Long |
getScore()
Getter for Score.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
CatalogQuickAmount.Builder |
toBuilder()
Builds a new
CatalogQuickAmount.Builder object. |
String |
toString()
Converts this CatalogQuickAmount into string format.
|
public String getType()
public Money getAmount()
public Long getScore()
public Long getOrdinal()
public String toString()
public CatalogQuickAmount.Builder toBuilder()
CatalogQuickAmount.Builder object.
Creates the instance with the state of the current model.CatalogQuickAmount.Builder objectCopyright © 2022. All rights reserved.