public abstract class CostPerVehicleSize extends DirectionsJsonObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CostPerVehicleSize.Builder |
| Constructor and Description |
|---|
CostPerVehicleSize() |
| Modifier and Type | Method and Description |
|---|---|
static CostPerVehicleSize.Builder |
builder() |
static CostPerVehicleSize |
fromJson(java.lang.String json) |
abstract java.lang.Double |
jumbo() |
abstract java.lang.Double |
large() |
abstract java.lang.Double |
middle() |
abstract java.lang.Double |
small() |
abstract java.lang.Double |
standard() |
abstract CostPerVehicleSize.Builder |
toBuilder() |
static com.google.gson.TypeAdapter<CostPerVehicleSize> |
typeAdapter(com.google.gson.Gson gson) |
getUnrecognizedJsonProperties, getUnrecognizedPropertiesNames, getUnrecognizedProperty, toJsonpublic static CostPerVehicleSize.Builder builder()
@Nullable public abstract java.lang.Double small()
@Nullable public abstract java.lang.Double standard()
@Nullable public abstract java.lang.Double middle()
@Nullable public abstract java.lang.Double large()
@Nullable public abstract java.lang.Double jumbo()
public abstract CostPerVehicleSize.Builder toBuilder()
public static com.google.gson.TypeAdapter<CostPerVehicleSize> typeAdapter(com.google.gson.Gson gson)
public static CostPerVehicleSize fromJson(java.lang.String json)