public class ListLocationsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListLocationsResponse.Builder
Class to build instances of
ListLocationsResponse. |
| Constructor and Description |
|---|
ListLocationsResponse(List<Error> errors,
List<Location> locations)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
List<Location> |
getLocations()
Getter for Locations.
|
int |
hashCode() |
ListLocationsResponse.Builder |
toBuilder()
Builds a new
ListLocationsResponse.Builder object. |
String |
toString()
Converts this ListLocationsResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public List<Location> getLocations()
public String toString()
public ListLocationsResponse.Builder toBuilder()
ListLocationsResponse.Builder object.
Creates the instance with the state of the current model.ListLocationsResponse.Builder objectCopyright © 2022. All rights reserved.