public final class ScheduleTaxiReservationRequest extends BaseRequest
Modifier and Type | Class and Description |
---|---|
static class |
ScheduleTaxiReservationRequest.Builder |
type, version
Modifier and Type | Method and Description |
---|---|
static ScheduleTaxiReservationRequest.Builder |
builder() |
boolean |
equals(Object o) |
PostalAddress |
getDropOffLocation()
drop off location
|
String |
getPartySize()
party size
|
PostalAddress |
getPickupLocation()
pick up location
|
String |
getPickupTime()
pickup time
|
int |
hashCode() |
String |
toString() |
getType, getVersion
public static ScheduleTaxiReservationRequest.Builder builder()
public String getPickupTime()
public String getPartySize()
public PostalAddress getPickupLocation()
public PostalAddress getDropOffLocation()
public boolean equals(Object o)
equals
in class BaseRequest
public int hashCode()
hashCode
in class BaseRequest
public String toString()
toString
in class BaseRequest
Copyright © 2023. All rights reserved.