ReservationCluster


public final class ReservationCluster


A cluster representing a group of reservation entities. This class encapsulates a list of entities that are relevant to reservations, such as lodging, vehicle rentals, transportation, events, and restaurants. It provides a structured way to manage and represent these entities, and it can be converted into a Bundle for data transfer.

Summary

Nested types

public final class ReservationCluster.Builder

Builder class for ReservationCluster.

Public methods

int
List<Entity>

Returns the list of reservation entities in the Cluster.

Public methods

getClusterType

public int getClusterType()

getEntities

public List<EntitygetEntities()

Returns the list of reservation entities in the Cluster.