Class RequestFawrySource.Product
- java.lang.Object
-
- com.checkout.payments.request.source.apm.RequestFawrySource.Product
-
- Enclosing class:
- RequestFawrySource
public static class RequestFawrySource.Product extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestFawrySource.Product.ProductBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequestFawrySource.Product.ProductBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.lang.StringgetId()java.lang.LonggetPrice()java.lang.LonggetQuantity()inthashCode()voidsetDescription(java.lang.String description)voidsetId(java.lang.String id)voidsetPrice(java.lang.Long price)voidsetQuantity(java.lang.Long quantity)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static RequestFawrySource.Product.ProductBuilder builder()
-
getId
public java.lang.String getId()
-
getQuantity
public java.lang.Long getQuantity()
-
getPrice
public java.lang.Long getPrice()
-
getDescription
public java.lang.String getDescription()
-
setId
public void setId(java.lang.String id)
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
setPrice
public void setPrice(java.lang.Long price)
-
setDescription
public void setDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-