public class Product
extends java.lang.Object
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity()
Capacity of product.
|
java.lang.String |
getDescription()
Description of product.
|
java.lang.String |
getDisplayName()
Display name of product.
|
java.lang.String |
getImage()
Image URL representing the product.
|
java.lang.String |
getProductId()
A unique identifier representing a specific product for a given latitude & longitude.
|
boolean |
isShared() |
boolean |
isUpfrontFareEnabled() |
public java.lang.String getProductId()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public int getCapacity()
public java.lang.String getImage()
public boolean isShared()
true if the ride may be shared with others.public boolean isUpfrontFareEnabled()