public abstract class V6BatchResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
V6BatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
static V6BatchResponse |
fromJson(java.lang.String json)
Create a new instance of this class by passing in a formatted valid JSON String.
|
abstract java.util.List<V6Response> |
responses()
|
static com.google.gson.TypeAdapter<V6BatchResponse> |
typeAdapter(com.google.gson.Gson gson)
Gson TYPE adapter for parsing Gson to this class.
|
@SerializedName(value="batch") @NonNull public abstract java.util.List<V6Response> responses()
V6Responses@NonNull public static V6BatchResponse fromJson(@NonNull java.lang.String json)
json - a formatted valid JSON string defining a GeoJson Geocoding Responsepublic static com.google.gson.TypeAdapter<V6BatchResponse> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object