public class CreateLocationResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateLocationResponse.Builder
Class to build instances of
CreateLocationResponse. |
| Constructor and Description |
|---|
CreateLocationResponse(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() |
CreateLocationResponse.Builder |
toBuilder()
Builds a new
CreateLocationResponse.Builder object. |
String |
toString()
Converts this CreateLocationResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public Location getLocation()
public String toString()
public CreateLocationResponse.Builder toBuilder()
CreateLocationResponse.Builder object.
Creates the instance with the state of the current model.CreateLocationResponse.Builder objectCopyright © 2022. All rights reserved.