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