public abstract class NBDistanceMatrixResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NBDistanceMatrixResponse.Builder |
| Constructor and Description |
|---|
NBDistanceMatrixResponse() |
| Modifier and Type | Method and Description |
|---|---|
static NBDistanceMatrixResponse.Builder |
builder() |
abstract java.util.List<NBDistanceMatrixRow> |
rows() |
abstract java.lang.String |
status() |
abstract NBDistanceMatrixResponse.Builder |
toBuilder() |
static com.google.gson.TypeAdapter<NBDistanceMatrixResponse> |
typeAdapter(com.google.gson.Gson gson) |
public abstract java.lang.String status()
public abstract java.util.List<NBDistanceMatrixRow> rows()
public static com.google.gson.TypeAdapter<NBDistanceMatrixResponse> typeAdapter(com.google.gson.Gson gson)
public static NBDistanceMatrixResponse.Builder builder()
public abstract NBDistanceMatrixResponse.Builder toBuilder()