Package com.azure.maps.search.models
Class SearchAddressBatchItem
java.lang.Object
com.azure.maps.search.models.SearchAddressBatchItem
An item returned from Search Address Batch service call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.ResponseError
getError()
Get the error property: The error object.Results of this search.Get the statusCode property: HTTP request status code.
-
Constructor Details
-
SearchAddressBatchItem
public SearchAddressBatchItem()
-
-
Method Details
-
getStatusCode
Get the statusCode property: HTTP request status code.- Returns:
- the statusCode value.
-
getError
public com.azure.core.models.ResponseError getError()Get the error property: The error object.- Returns:
- the error value.
-
getResult
Results of this search.- Returns:
- the results of this search.
-