GeocodingBatchResponse Class
- java.
lang. Object - com.
azure. maps. search. models. GeocodingBatchResponse
- com.
Implements
public final class GeocodingBatchResponse
implements JsonSerializable<GeocodingBatchResponse>
This object is returned from a successful Geocoding Batch service call.
Constructor Summary
| Constructor | Description |
|---|---|
| GeocodingBatchResponse() |
Creates an instance of Geocoding |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Geocoding |
fromJson(JsonReader jsonReader)
Reads an instance of Geocoding |
| List<com.azure.maps.search.implementation.models.GeocodingBatchResponseItem> |
getBatchItems()
Get the batch |
| String |
getNextLink()
Get the next |
|
Geocoding |
getSummary()
Get the summary property: Summary for the batch request. |
|
Geocoding |
setBatchItems(List<GeocodingBatchResponseItem> batchItems)
Set the batch |
|
Geocoding |
setNextLink(String nextLink)
Set the next |
|
Geocoding |
setSummary(GeocodingBatchResponseSummary summary)
Set the summary property: Summary for the batch request. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
GeocodingBatchResponse
public GeocodingBatchResponse()
Creates an instance of GeocodingBatchResponse class.
Method Details
fromJson
public static GeocodingBatchResponse fromJson(JsonReader jsonReader)
Reads an instance of GeocodingBatchResponse from the JsonReader.
Parameters:
Returns:
Throws:
getBatchItems
public List<GeocodingBatchResponseItem> getBatchItems()
Get the batchItems property: Array containing the batch results.
Returns:
getNextLink
public String getNextLink()
Get the nextLink property: The is the link to the next page of the features returned. If it's the last page, no this field.
Returns:
getSummary
public GeocodingBatchResponseSummary getSummary()
Get the summary property: Summary for the batch request.
Returns:
setBatchItems
public GeocodingBatchResponse setBatchItems(List<GeocodingBatchResponseItem> batchItems)
Set the batchItems property: Array containing the batch results.
Parameters:
Returns:
setNextLink
public GeocodingBatchResponse setNextLink(String nextLink)
Set the nextLink property: The is the link to the next page of the features returned. If it's the last page, no this field.
Parameters:
Returns:
setSummary
public GeocodingBatchResponse setSummary(GeocodingBatchResponseSummary summary)
Set the summary property: Summary for the batch request.
Parameters:
Returns: