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