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. |
public HttpContext getContext()
public List<Error> getErrors()
public Location getLocation()
public UpdateLocationResponse.Builder toBuilder()
UpdateLocationResponse.Builder
object.
Creates the instance with the state of the current model.UpdateLocationResponse.Builder
objectCopyright © 2020. All rights reserved.