public class RideRequestParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RideRequestParameters.Builder
Builder for ride request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDropoffAddress()
Gets the dropoff location's address for this Ride Request.
|
java.lang.Float |
getDropoffLatitude()
Gets the dropoff location's Latitude for this Ride Request.
|
java.lang.Float |
getDropoffLongitude()
Gets the dropoff location's Longitude for this Ride Request.
|
java.lang.String |
getDropoffNickname()
Gets the dropoff location's nickname for this Ride Request.
|
java.lang.String |
getDropoffPlaceId()
Gets the dropoff place identifier for this Ride Request.
|
java.lang.String |
getFareId()
Gets the fare ID to be used for this Ride Request, shared ride (Uber Pool) will return this
otherwise it will be null.
|
java.lang.String |
getPaymentMethodId()
Gets the payment method identifier to be used for this Ride Request.
|
java.lang.String |
getPickupAddress()
Gets the pickup location's address for this Ride Request.
|
java.lang.Float |
getPickupLatitude()
Gets the pickup location's Latitude for this Ride Request.
|
java.lang.Float |
getPickupLongitude()
Gets the pickup location's Longitude for this Ride Request.
|
java.lang.String |
getPickupNickname()
Gets the pickup location's nickname for this Ride Request.
|
java.lang.String |
getPickupPlaceId()
Gets the pickup place identifier for this Ride Request.
|
java.lang.String |
getProductId()
Gets the product Id for this Ride Request
|
java.lang.Integer |
getSeatCount()
Gets the number of seats required for this Ride Request.
|
java.lang.String |
getSurgeConfirmationId()
Gets the unique identifier of the surge session.
|
RideRequestParameters.Builder |
newBuilder() |
void |
setSurgeConfirmationId(java.lang.String surgeConfirmationId)
Sets the unique identifier of the surge session for a user.
|
@Nonnull public RideRequestParameters.Builder newBuilder()
@Nullable public java.lang.String getProductId()
@Nullable public java.lang.Float getPickupLatitude()
@Nullable public java.lang.Float getPickupLongitude()
@Nullable public java.lang.String getPickupNickname()
@Nullable public java.lang.String getPickupAddress()
@Nullable public java.lang.String getPickupPlaceId()
@Nullable public java.lang.Float getDropoffLatitude()
@Nullable public java.lang.Float getDropoffLongitude()
@Nullable public java.lang.String getDropoffNickname()
@Nullable public java.lang.String getDropoffAddress()
@Nullable public java.lang.String getDropoffPlaceId()
@Nullable public java.lang.String getSurgeConfirmationId()
public void setSurgeConfirmationId(@Nullable
java.lang.String surgeConfirmationId)
@Nullable public java.lang.String getPaymentMethodId()
@Nullable public java.lang.Integer getSeatCount()
@Nullable public java.lang.String getFareId()