public static class RequestFawrySource.Product
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestFawrySource.Product.ProductBuilder |
| Constructor and Description |
|---|
Product() |
Product(java.lang.String id,
java.lang.Long quantity,
java.lang.Long price,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
static RequestFawrySource.Product.ProductBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.Long |
getPrice() |
java.lang.Long |
getQuantity() |
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.String id) |
void |
setPrice(java.lang.Long price) |
void |
setQuantity(java.lang.Long quantity) |
java.lang.String |
toString() |
public Product()
public Product(java.lang.String id,
java.lang.Long quantity,
java.lang.Long price,
java.lang.String description)
public static RequestFawrySource.Product.ProductBuilder builder()
public java.lang.String getId()
public java.lang.Long getQuantity()
public java.lang.Long getPrice()
public java.lang.String getDescription()
public void setId(java.lang.String id)
public void setQuantity(java.lang.Long quantity)
public void setPrice(java.lang.Long price)
public void setDescription(java.lang.String description)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object