public class TimeEstimate
extends java.lang.Object
| Constructor and Description |
|---|
TimeEstimate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Display name of product.
|
java.lang.Integer |
getEstimate()
ETA for the product (in seconds).
|
java.lang.String |
getProductId()
Unique identifier representing a specific product for a given latitude & longitude.
|
public java.lang.String getProductId()
public java.lang.String getDisplayName()
@Nullable public java.lang.Integer getEstimate()