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