public abstract class Interchange extends DirectionsJsonObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Interchange.Builder |
| Constructor and Description |
|---|
Interchange() |
| Modifier and Type | Method and Description |
|---|---|
static Interchange.Builder |
builder() |
static Interchange |
fromJson(java.lang.String json) |
abstract java.lang.String |
name() |
abstract Interchange.Builder |
toBuilder() |
static com.google.gson.TypeAdapter<Interchange> |
typeAdapter(com.google.gson.Gson gson) |
getUnrecognizedJsonProperties, getUnrecognizedPropertiesNames, getUnrecognizedProperty, toJson@Nullable public abstract java.lang.String name()
public static Interchange.Builder builder()
public abstract Interchange.Builder toBuilder()
public static com.google.gson.TypeAdapter<Interchange> typeAdapter(com.google.gson.Gson gson)
public static Interchange fromJson(java.lang.String json)