/* Options: Date: 2024-12-23 11:41:09 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://consumer-api.brovs.com //Package: //GlobalNamespace: ConsumerApi //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: FindRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class ConsumerApi { @Route(Path="/find", Verbs="GET") public static class FindRequest implements IReturn, IGet, IPost, ICacheable { public Integer offset = null; public Integer size = null; public Date resultAt = null; public QueryFilterDto filter = null; public QueryLocationDto location = null; public Long cacheVersion = null; public Integer getOffset() { return offset; } public FindRequest setOffset(Integer value) { this.offset = value; return this; } public Integer getSize() { return size; } public FindRequest setSize(Integer value) { this.size = value; return this; } public Date getResultAt() { return resultAt; } public FindRequest setResultAt(Date value) { this.resultAt = value; return this; } public QueryFilterDto getFilter() { return filter; } public FindRequest setFilter(QueryFilterDto value) { this.filter = value; return this; } public QueryLocationDto getLocation() { return location; } public FindRequest setLocation(QueryLocationDto value) { this.location = value; return this; } public Long getCacheVersion() { return cacheVersion; } public FindRequest setCacheVersion(Long value) { this.cacheVersion = value; return this; } private static Object responseType = FindResponse.class; public Object getResponseType() { return responseType; } } public static class FindResponse { public ArrayList adMessages = null; public ArrayList places = null; public Long placeCount = null; public Long adMessageCount = null; public Long adMessageSaveFoodAndMoneyCount = null; public Date resultAt = null; public ArrayList categoryFacetTrees = null; public ArrayList getAdMessages() { return adMessages; } public FindResponse setAdMessages(ArrayList value) { this.adMessages = value; return this; } public ArrayList getPlaces() { return places; } public FindResponse setPlaces(ArrayList value) { this.places = value; return this; } public Long getPlaceCount() { return placeCount; } public FindResponse setPlaceCount(Long value) { this.placeCount = value; return this; } public Long getAdMessageCount() { return adMessageCount; } public FindResponse setAdMessageCount(Long value) { this.adMessageCount = value; return this; } public Long getAdMessageSaveFoodAndMoneyCount() { return adMessageSaveFoodAndMoneyCount; } public FindResponse setAdMessageSaveFoodAndMoneyCount(Long value) { this.adMessageSaveFoodAndMoneyCount = value; return this; } public Date getResultAt() { return resultAt; } public FindResponse setResultAt(Date value) { this.resultAt = value; return this; } public ArrayList getCategoryFacetTrees() { return categoryFacetTrees; } public FindResponse setCategoryFacetTrees(ArrayList value) { this.categoryFacetTrees = value; return this; } } public static class QueryFilterDto { public String term = null; public UUID placeGuid = null; public UUID adMessageGuid = null; public ArrayList categoryAbsoluteSlugs = null; public ArrayList barSpecialitySlugs = null; public ArrayList barTypeSlugs = null; public ArrayList brandNames = null; public ArrayList cuisineSlugs = null; public ArrayList mealTypeSlugs = null; public ArrayList parking = null; public ArrayList paymentOptions = null; public ArrayList priceMainDishes = null; public ArrayList eatingSuitabilitySlugs = null; public ArrayList takeAwaySlugs = null; public ArrayList wearPriceProfileSlugs = null; public Boolean wheelChairAccessible = null; public Boolean wifi = null; public Boolean outdoorSeating = null; public Boolean saveFoodAndMoney = null; public OpenAtTimeDto openAt = null; public String getTerm() { return term; } public QueryFilterDto setTerm(String value) { this.term = value; return this; } public UUID getPlaceGuid() { return placeGuid; } public QueryFilterDto setPlaceGuid(UUID value) { this.placeGuid = value; return this; } public UUID getAdMessageGuid() { return adMessageGuid; } public QueryFilterDto setAdMessageGuid(UUID value) { this.adMessageGuid = value; return this; } public ArrayList getCategoryAbsoluteSlugs() { return categoryAbsoluteSlugs; } public QueryFilterDto setCategoryAbsoluteSlugs(ArrayList value) { this.categoryAbsoluteSlugs = value; return this; } public ArrayList getBarSpecialitySlugs() { return barSpecialitySlugs; } public QueryFilterDto setBarSpecialitySlugs(ArrayList value) { this.barSpecialitySlugs = value; return this; } public ArrayList getBarTypeSlugs() { return barTypeSlugs; } public QueryFilterDto setBarTypeSlugs(ArrayList value) { this.barTypeSlugs = value; return this; } public ArrayList getBrandNames() { return brandNames; } public QueryFilterDto setBrandNames(ArrayList value) { this.brandNames = value; return this; } public ArrayList getCuisineSlugs() { return cuisineSlugs; } public QueryFilterDto setCuisineSlugs(ArrayList value) { this.cuisineSlugs = value; return this; } public ArrayList getMealTypeSlugs() { return mealTypeSlugs; } public QueryFilterDto setMealTypeSlugs(ArrayList value) { this.mealTypeSlugs = value; return this; } public ArrayList getParking() { return parking; } public QueryFilterDto setParking(ArrayList value) { this.parking = value; return this; } public ArrayList getPaymentOptions() { return paymentOptions; } public QueryFilterDto setPaymentOptions(ArrayList value) { this.paymentOptions = value; return this; } public ArrayList getPriceMainDishes() { return priceMainDishes; } public QueryFilterDto setPriceMainDishes(ArrayList value) { this.priceMainDishes = value; return this; } public ArrayList getEatingSuitabilitySlugs() { return eatingSuitabilitySlugs; } public QueryFilterDto setEatingSuitabilitySlugs(ArrayList value) { this.eatingSuitabilitySlugs = value; return this; } public ArrayList getTakeAwaySlugs() { return takeAwaySlugs; } public QueryFilterDto setTakeAwaySlugs(ArrayList value) { this.takeAwaySlugs = value; return this; } public ArrayList getWearPriceProfileSlugs() { return wearPriceProfileSlugs; } public QueryFilterDto setWearPriceProfileSlugs(ArrayList value) { this.wearPriceProfileSlugs = value; return this; } public Boolean isWheelChairAccessible() { return wheelChairAccessible; } public QueryFilterDto setWheelChairAccessible(Boolean value) { this.wheelChairAccessible = value; return this; } public Boolean isWifi() { return wifi; } public QueryFilterDto setWifi(Boolean value) { this.wifi = value; return this; } public Boolean isOutdoorSeating() { return outdoorSeating; } public QueryFilterDto setOutdoorSeating(Boolean value) { this.outdoorSeating = value; return this; } public Boolean isSaveFoodAndMoney() { return saveFoodAndMoney; } public QueryFilterDto setSaveFoodAndMoney(Boolean value) { this.saveFoodAndMoney = value; return this; } public OpenAtTimeDto getOpenAt() { return openAt; } public QueryFilterDto setOpenAt(OpenAtTimeDto value) { this.openAt = value; return this; } } public static class QueryLocationDto { public Float longitude = null; public Float latitude = null; public Float searchRadiusInKm = null; public Float getLongitude() { return longitude; } public QueryLocationDto setLongitude(Float value) { this.longitude = value; return this; } public Float getLatitude() { return latitude; } public QueryLocationDto setLatitude(Float value) { this.latitude = value; return this; } public Float getSearchRadiusInKm() { return searchRadiusInKm; } public QueryLocationDto setSearchRadiusInKm(Float value) { this.searchRadiusInKm = value; return this; } } public static interface ICacheable { public Long cacheVersion = null; } public static class PlaceDto { public Long id = null; public UUID guid = null; public String overview = null; public String name = null; public Float longitude = null; public Float latitude = null; public Boolean claimed = null; public String organizationNumber = null; public String countryCode = null; public String placeState = null; public Long followersCount = null; public OpeningHours openingHours = null; public ArrayList categories = null; public ArrayList featureData = null; public ArrayList barSpecialities = null; public ArrayList barTypes = null; public ArrayList brands = null; public ArrayList cuisines = null; public ArrayList mealTypes = null; public ArrayList parking = null; public ArrayList paymentOptions = null; public ArrayList eatingSuitabilities = null; public ArrayList takeAways = null; public ArrayList wearPriceProfiles = null; public ArrayList menus = null; public ImageUrls logoUrl = null; public ImageUrls imageUrl = null; public Boolean wheelchairAccessible = null; public Boolean wifi = null; public Boolean outdoorSeating = null; public Boolean saveFoodAndMoney = null; public PlaceType placeType = null; public PlaceBasicDto mall = null; public PriceMainDishDto priceMainDish = null; public ArrayList places = null; public ArrayList otherServices = null; public String floor = null; public TimeZoneDto timeZoneDto = null; public Long businessId = null; public PlaceContact contact = null; public PlaceAddress address = null; public Long getId() { return id; } public PlaceDto setId(Long value) { this.id = value; return this; } public UUID getGuid() { return guid; } public PlaceDto setGuid(UUID value) { this.guid = value; return this; } public String getOverview() { return overview; } public PlaceDto setOverview(String value) { this.overview = value; return this; } public String getName() { return name; } public PlaceDto setName(String value) { this.name = value; return this; } public Float getLongitude() { return longitude; } public PlaceDto setLongitude(Float value) { this.longitude = value; return this; } public Float getLatitude() { return latitude; } public PlaceDto setLatitude(Float value) { this.latitude = value; return this; } public Boolean isClaimed() { return claimed; } public PlaceDto setClaimed(Boolean value) { this.claimed = value; return this; } public String getOrganizationNumber() { return organizationNumber; } public PlaceDto setOrganizationNumber(String value) { this.organizationNumber = value; return this; } public String getCountryCode() { return countryCode; } public PlaceDto setCountryCode(String value) { this.countryCode = value; return this; } public String getPlaceState() { return placeState; } public PlaceDto setPlaceState(String value) { this.placeState = value; return this; } public Long getFollowersCount() { return followersCount; } public PlaceDto setFollowersCount(Long value) { this.followersCount = value; return this; } public OpeningHours getOpeningHours() { return openingHours; } public PlaceDto setOpeningHours(OpeningHours value) { this.openingHours = value; return this; } public ArrayList getCategories() { return categories; } public PlaceDto setCategories(ArrayList value) { this.categories = value; return this; } public ArrayList getFeatureData() { return featureData; } public PlaceDto setFeatureData(ArrayList value) { this.featureData = value; return this; } public ArrayList getBarSpecialities() { return barSpecialities; } public PlaceDto setBarSpecialities(ArrayList value) { this.barSpecialities = value; return this; } public ArrayList getBarTypes() { return barTypes; } public PlaceDto setBarTypes(ArrayList value) { this.barTypes = value; return this; } public ArrayList getBrands() { return brands; } public PlaceDto setBrands(ArrayList value) { this.brands = value; return this; } public ArrayList getCuisines() { return cuisines; } public PlaceDto setCuisines(ArrayList value) { this.cuisines = value; return this; } public ArrayList getMealTypes() { return mealTypes; } public PlaceDto setMealTypes(ArrayList value) { this.mealTypes = value; return this; } public ArrayList getParking() { return parking; } public PlaceDto setParking(ArrayList value) { this.parking = value; return this; } public ArrayList getPaymentOptions() { return paymentOptions; } public PlaceDto setPaymentOptions(ArrayList value) { this.paymentOptions = value; return this; } public ArrayList getEatingSuitabilities() { return eatingSuitabilities; } public PlaceDto setEatingSuitabilities(ArrayList value) { this.eatingSuitabilities = value; return this; } public ArrayList getTakeAways() { return takeAways; } public PlaceDto setTakeAways(ArrayList value) { this.takeAways = value; return this; } public ArrayList getWearPriceProfiles() { return wearPriceProfiles; } public PlaceDto setWearPriceProfiles(ArrayList value) { this.wearPriceProfiles = value; return this; } public ArrayList getMenus() { return menus; } public PlaceDto setMenus(ArrayList value) { this.menus = value; return this; } public ImageUrls getLogoUrl() { return logoUrl; } public PlaceDto setLogoUrl(ImageUrls value) { this.logoUrl = value; return this; } public ImageUrls getImageUrl() { return imageUrl; } public PlaceDto setImageUrl(ImageUrls value) { this.imageUrl = value; return this; } public Boolean isWheelchairAccessible() { return wheelchairAccessible; } public PlaceDto setWheelchairAccessible(Boolean value) { this.wheelchairAccessible = value; return this; } public Boolean isWifi() { return wifi; } public PlaceDto setWifi(Boolean value) { this.wifi = value; return this; } public Boolean isOutdoorSeating() { return outdoorSeating; } public PlaceDto setOutdoorSeating(Boolean value) { this.outdoorSeating = value; return this; } public Boolean isSaveFoodAndMoney() { return saveFoodAndMoney; } public PlaceDto setSaveFoodAndMoney(Boolean value) { this.saveFoodAndMoney = value; return this; } public PlaceType getPlaceType() { return placeType; } public PlaceDto setPlaceType(PlaceType value) { this.placeType = value; return this; } public PlaceBasicDto getMall() { return mall; } public PlaceDto setMall(PlaceBasicDto value) { this.mall = value; return this; } public PriceMainDishDto getPriceMainDish() { return priceMainDish; } public PlaceDto setPriceMainDish(PriceMainDishDto value) { this.priceMainDish = value; return this; } public ArrayList getPlaces() { return places; } public PlaceDto setPlaces(ArrayList value) { this.places = value; return this; } public ArrayList getOtherServices() { return otherServices; } public PlaceDto setOtherServices(ArrayList value) { this.otherServices = value; return this; } public String getFloor() { return floor; } public PlaceDto setFloor(String value) { this.floor = value; return this; } public TimeZoneDto getTimeZoneDto() { return timeZoneDto; } public PlaceDto setTimeZoneDto(TimeZoneDto value) { this.timeZoneDto = value; return this; } public Long getBusinessId() { return businessId; } public PlaceDto setBusinessId(Long value) { this.businessId = value; return this; } public PlaceContact getContact() { return contact; } public PlaceDto setContact(PlaceContact value) { this.contact = value; return this; } public PlaceAddress getAddress() { return address; } public PlaceDto setAddress(PlaceAddress value) { this.address = value; return this; } } public static class AdMessageDto { public Long id = null; public UUID guid = null; public String title = null; public Date startAt = null; public Date stopAt = null; public Date publishAt = null; public ArrayList imageUrls = null; public PlaceBasicDto place = null; public AdMessageDetailsUnion detailsUnion = null; public Long starredCount = null; public Long getId() { return id; } public AdMessageDto setId(Long value) { this.id = value; return this; } public UUID getGuid() { return guid; } public AdMessageDto setGuid(UUID value) { this.guid = value; return this; } public String getTitle() { return title; } public AdMessageDto setTitle(String value) { this.title = value; return this; } public Date getStartAt() { return startAt; } public AdMessageDto setStartAt(Date value) { this.startAt = value; return this; } public Date getStopAt() { return stopAt; } public AdMessageDto setStopAt(Date value) { this.stopAt = value; return this; } public Date getPublishAt() { return publishAt; } public AdMessageDto setPublishAt(Date value) { this.publishAt = value; return this; } public ArrayList getImageUrls() { return imageUrls; } public AdMessageDto setImageUrls(ArrayList value) { this.imageUrls = value; return this; } public PlaceBasicDto getPlace() { return place; } public AdMessageDto setPlace(PlaceBasicDto value) { this.place = value; return this; } public AdMessageDetailsUnion getDetailsUnion() { return detailsUnion; } public AdMessageDto setDetailsUnion(AdMessageDetailsUnion value) { this.detailsUnion = value; return this; } public Long getStarredCount() { return starredCount; } public AdMessageDto setStarredCount(Long value) { this.starredCount = value; return this; } } public static class CategoryFacetTreeDto { public String name = null; public String slug = null; public String absoluteSlug = null; public ArrayList featureTypes = null; public CategoryFacetTreeType type = null; public Long count = null; public String imageUrl = null; public String allImageUrl = null; public String iconImageUrl = null; public Integer position = null; public ArrayList children = null; public String getName() { return name; } public CategoryFacetTreeDto setName(String value) { this.name = value; return this; } public String getSlug() { return slug; } public CategoryFacetTreeDto setSlug(String value) { this.slug = value; return this; } public String getAbsoluteSlug() { return absoluteSlug; } public CategoryFacetTreeDto setAbsoluteSlug(String value) { this.absoluteSlug = value; return this; } public ArrayList getFeatureTypes() { return featureTypes; } public CategoryFacetTreeDto setFeatureTypes(ArrayList value) { this.featureTypes = value; return this; } public CategoryFacetTreeType getType() { return type; } public CategoryFacetTreeDto setType(CategoryFacetTreeType value) { this.type = value; return this; } public Long getCount() { return count; } public CategoryFacetTreeDto setCount(Long value) { this.count = value; return this; } public String getImageUrl() { return imageUrl; } public CategoryFacetTreeDto setImageUrl(String value) { this.imageUrl = value; return this; } public String getAllImageUrl() { return allImageUrl; } public CategoryFacetTreeDto setAllImageUrl(String value) { this.allImageUrl = value; return this; } public String getIconImageUrl() { return iconImageUrl; } public CategoryFacetTreeDto setIconImageUrl(String value) { this.iconImageUrl = value; return this; } public Integer getPosition() { return position; } public CategoryFacetTreeDto setPosition(Integer value) { this.position = value; return this; } public ArrayList getChildren() { return children; } public CategoryFacetTreeDto setChildren(ArrayList value) { this.children = value; return this; } } public static enum Parking { StreetParking, ParkingGarageNearby; } public static enum PaymentOption { Visa, MasterCard, AmericanExpress, Diners, Vipps; } public static enum PriceMainDish { Value, Medium, High, FineDining; } public static class OpenAtTimeDto { public DayOfWeek weekDay = null; public Integer hour = null; public Integer minute = null; public DayOfWeek getWeekDay() { return weekDay; } public OpenAtTimeDto setWeekDay(DayOfWeek value) { this.weekDay = value; return this; } public Integer getHour() { return hour; } public OpenAtTimeDto setHour(Integer value) { this.hour = value; return this; } public Integer getMinute() { return minute; } public OpenAtTimeDto setMinute(Integer value) { this.minute = value; return this; } } public static class OpeningHours { public WeeklyOpeningHours weekly = null; public WeeklyOpeningHours getWeekly() { return weekly; } public OpeningHours setWeekly(WeeklyOpeningHours value) { this.weekly = value; return this; } } public static class CategoryTreeDto { public String name = null; public String slug = null; public String absoluteSlug = null; public String imageUrl = null; public String allImageUrl = null; public String iconImageUrl = null; public Integer position = null; public ArrayList children = null; public String getName() { return name; } public CategoryTreeDto setName(String value) { this.name = value; return this; } public String getSlug() { return slug; } public CategoryTreeDto setSlug(String value) { this.slug = value; return this; } public String getAbsoluteSlug() { return absoluteSlug; } public CategoryTreeDto setAbsoluteSlug(String value) { this.absoluteSlug = value; return this; } public String getImageUrl() { return imageUrl; } public CategoryTreeDto setImageUrl(String value) { this.imageUrl = value; return this; } public String getAllImageUrl() { return allImageUrl; } public CategoryTreeDto setAllImageUrl(String value) { this.allImageUrl = value; return this; } public String getIconImageUrl() { return iconImageUrl; } public CategoryTreeDto setIconImageUrl(String value) { this.iconImageUrl = value; return this; } public Integer getPosition() { return position; } public CategoryTreeDto setPosition(Integer value) { this.position = value; return this; } public ArrayList getChildren() { return children; } public CategoryTreeDto setChildren(ArrayList value) { this.children = value; return this; } } public static class IndividualFeatureDataDto { public FeatureType slug = null; public String label = null; public FeatureType getSlug() { return slug; } public IndividualFeatureDataDto setSlug(FeatureType value) { this.slug = value; return this; } public String getLabel() { return label; } public IndividualFeatureDataDto setLabel(String value) { this.label = value; return this; } } public static class BarSpecialityDto { public String slug = null; public String title = null; public String getSlug() { return slug; } public BarSpecialityDto setSlug(String value) { this.slug = value; return this; } public String getTitle() { return title; } public BarSpecialityDto setTitle(String value) { this.title = value; return this; } } public static class BarTypeDto { public String slug = null; public String title = null; public String getSlug() { return slug; } public BarTypeDto setSlug(String value) { this.slug = value; return this; } public String getTitle() { return title; } public BarTypeDto setTitle(String value) { this.title = value; return this; } } public static class PlaceSelectedBrandDto { public BrandDto brand = null; public ArrayList categoryAbsoluteSlugs = null; public PlaceCustomBrandDto placeCustomBrand = null; public BrandDto getBrand() { return brand; } public PlaceSelectedBrandDto setBrand(BrandDto value) { this.brand = value; return this; } public ArrayList getCategoryAbsoluteSlugs() { return categoryAbsoluteSlugs; } public PlaceSelectedBrandDto setCategoryAbsoluteSlugs(ArrayList value) { this.categoryAbsoluteSlugs = value; return this; } public PlaceCustomBrandDto getPlaceCustomBrand() { return placeCustomBrand; } public PlaceSelectedBrandDto setPlaceCustomBrand(PlaceCustomBrandDto value) { this.placeCustomBrand = value; return this; } } public static class CuisineDto { public String label = null; public String slug = null; public String getLabel() { return label; } public CuisineDto setLabel(String value) { this.label = value; return this; } public String getSlug() { return slug; } public CuisineDto setSlug(String value) { this.slug = value; return this; } } public static class MealTypeDto { public String label = null; public String slug = null; public String getLabel() { return label; } public MealTypeDto setLabel(String value) { this.label = value; return this; } public String getSlug() { return slug; } public MealTypeDto setSlug(String value) { this.slug = value; return this; } } public static class ParkingDto { public String label = null; public Parking slug = null; public String getLabel() { return label; } public ParkingDto setLabel(String value) { this.label = value; return this; } public Parking getSlug() { return slug; } public ParkingDto setSlug(Parking value) { this.slug = value; return this; } } public static class PaymentOptionDto { public String label = null; public PaymentOption slug = null; public String getLabel() { return label; } public PaymentOptionDto setLabel(String value) { this.label = value; return this; } public PaymentOption getSlug() { return slug; } public PaymentOptionDto setSlug(PaymentOption value) { this.slug = value; return this; } } public static class EatingSuitabilityDto { public String label = null; public String slug = null; public String getLabel() { return label; } public EatingSuitabilityDto setLabel(String value) { this.label = value; return this; } public String getSlug() { return slug; } public EatingSuitabilityDto setSlug(String value) { this.slug = value; return this; } } public static class TakeAwayDto { public String label = null; public String slug = null; public String getLabel() { return label; } public TakeAwayDto setLabel(String value) { this.label = value; return this; } public String getSlug() { return slug; } public TakeAwayDto setSlug(String value) { this.slug = value; return this; } } public static class WearPriceProfileDto { public String slug = null; public String label = null; public String getSlug() { return slug; } public WearPriceProfileDto setSlug(String value) { this.slug = value; return this; } public String getLabel() { return label; } public WearPriceProfileDto setLabel(String value) { this.label = value; return this; } } public static class MenuDto { public String name = null; public String url = null; public Integer position = null; public String getName() { return name; } public MenuDto setName(String value) { this.name = value; return this; } public String getUrl() { return url; } public MenuDto setUrl(String value) { this.url = value; return this; } public Integer getPosition() { return position; } public MenuDto setPosition(Integer value) { this.position = value; return this; } } public static class ImageUrls { public String preview = null; public String small = null; public String medium = null; public String large = null; public String getPreview() { return preview; } public ImageUrls setPreview(String value) { this.preview = value; return this; } public String getSmall() { return small; } public ImageUrls setSmall(String value) { this.small = value; return this; } public String getMedium() { return medium; } public ImageUrls setMedium(String value) { this.medium = value; return this; } public String getLarge() { return large; } public ImageUrls setLarge(String value) { this.large = value; return this; } } public static enum PlaceType { Mall, Regular; } public static class PlaceBasicDto { public Long id = null; public UUID guid = null; public String overview = null; public String name = null; public Float longitude = null; public Float latitude = null; public Boolean claimed = null; public String organizationNumber = null; public String countryCode = null; public OpeningHours openingHours = null; public Boolean wheelchairAccessible = null; public Boolean wifi = null; public Boolean outdoorSeating = null; public Boolean saveFoodAndMoney = null; public PlaceType placeType = null; public PriceMainDishDto priceMainDish = null; public TimeZoneDto timeZoneDto = null; public Long businessId = null; public PlaceContact contact = null; public PlaceAddress address = null; public ArrayList categories = null; public ImageUrls logoUrl = null; public ImageUrls imageUrl = null; public ArrayList wearPriceProfiles = null; public ArrayList brands = null; public String floor = null; public Long getId() { return id; } public PlaceBasicDto setId(Long value) { this.id = value; return this; } public UUID getGuid() { return guid; } public PlaceBasicDto setGuid(UUID value) { this.guid = value; return this; } public String getOverview() { return overview; } public PlaceBasicDto setOverview(String value) { this.overview = value; return this; } public String getName() { return name; } public PlaceBasicDto setName(String value) { this.name = value; return this; } public Float getLongitude() { return longitude; } public PlaceBasicDto setLongitude(Float value) { this.longitude = value; return this; } public Float getLatitude() { return latitude; } public PlaceBasicDto setLatitude(Float value) { this.latitude = value; return this; } public Boolean isClaimed() { return claimed; } public PlaceBasicDto setClaimed(Boolean value) { this.claimed = value; return this; } public String getOrganizationNumber() { return organizationNumber; } public PlaceBasicDto setOrganizationNumber(String value) { this.organizationNumber = value; return this; } public String getCountryCode() { return countryCode; } public PlaceBasicDto setCountryCode(String value) { this.countryCode = value; return this; } public OpeningHours getOpeningHours() { return openingHours; } public PlaceBasicDto setOpeningHours(OpeningHours value) { this.openingHours = value; return this; } public Boolean isWheelchairAccessible() { return wheelchairAccessible; } public PlaceBasicDto setWheelchairAccessible(Boolean value) { this.wheelchairAccessible = value; return this; } public Boolean isWifi() { return wifi; } public PlaceBasicDto setWifi(Boolean value) { this.wifi = value; return this; } public Boolean isOutdoorSeating() { return outdoorSeating; } public PlaceBasicDto setOutdoorSeating(Boolean value) { this.outdoorSeating = value; return this; } public Boolean isSaveFoodAndMoney() { return saveFoodAndMoney; } public PlaceBasicDto setSaveFoodAndMoney(Boolean value) { this.saveFoodAndMoney = value; return this; } public PlaceType getPlaceType() { return placeType; } public PlaceBasicDto setPlaceType(PlaceType value) { this.placeType = value; return this; } public PriceMainDishDto getPriceMainDish() { return priceMainDish; } public PlaceBasicDto setPriceMainDish(PriceMainDishDto value) { this.priceMainDish = value; return this; } public TimeZoneDto getTimeZoneDto() { return timeZoneDto; } public PlaceBasicDto setTimeZoneDto(TimeZoneDto value) { this.timeZoneDto = value; return this; } public Long getBusinessId() { return businessId; } public PlaceBasicDto setBusinessId(Long value) { this.businessId = value; return this; } public PlaceContact getContact() { return contact; } public PlaceBasicDto setContact(PlaceContact value) { this.contact = value; return this; } public PlaceAddress getAddress() { return address; } public PlaceBasicDto setAddress(PlaceAddress value) { this.address = value; return this; } public ArrayList getCategories() { return categories; } public PlaceBasicDto setCategories(ArrayList value) { this.categories = value; return this; } public ImageUrls getLogoUrl() { return logoUrl; } public PlaceBasicDto setLogoUrl(ImageUrls value) { this.logoUrl = value; return this; } public ImageUrls getImageUrl() { return imageUrl; } public PlaceBasicDto setImageUrl(ImageUrls value) { this.imageUrl = value; return this; } public ArrayList getWearPriceProfiles() { return wearPriceProfiles; } public PlaceBasicDto setWearPriceProfiles(ArrayList value) { this.wearPriceProfiles = value; return this; } public ArrayList getBrands() { return brands; } public PlaceBasicDto setBrands(ArrayList value) { this.brands = value; return this; } public String getFloor() { return floor; } public PlaceBasicDto setFloor(String value) { this.floor = value; return this; } } public static class PriceMainDishDto { public String title = null; public PriceMainDish slug = null; public String getTitle() { return title; } public PriceMainDishDto setTitle(String value) { this.title = value; return this; } public PriceMainDish getSlug() { return slug; } public PriceMainDishDto setSlug(PriceMainDish value) { this.slug = value; return this; } } public static class MallOtherServiceDto { public String serviceName = null; public String floor = null; public String getServiceName() { return serviceName; } public MallOtherServiceDto setServiceName(String value) { this.serviceName = value; return this; } public String getFloor() { return floor; } public MallOtherServiceDto setFloor(String value) { this.floor = value; return this; } } public static class TimeZoneDto { public TimeSpan baseUtcOffset = null; public String daylightName = null; public String displayName = null; public String id = null; public String standardName = null; public Boolean supportsDaylightSavingTime = null; public TimeSpan getBaseUtcOffset() { return baseUtcOffset; } public TimeZoneDto setBaseUtcOffset(TimeSpan value) { this.baseUtcOffset = value; return this; } public String getDaylightName() { return daylightName; } public TimeZoneDto setDaylightName(String value) { this.daylightName = value; return this; } public String getDisplayName() { return displayName; } public TimeZoneDto setDisplayName(String value) { this.displayName = value; return this; } public String getId() { return id; } public TimeZoneDto setId(String value) { this.id = value; return this; } public String getStandardName() { return standardName; } public TimeZoneDto setStandardName(String value) { this.standardName = value; return this; } public Boolean isSupportsDaylightSavingTime() { return supportsDaylightSavingTime; } public TimeZoneDto setSupportsDaylightSavingTime(Boolean value) { this.supportsDaylightSavingTime = value; return this; } } public static class PlaceContact { public String phone = null; public String email = null; public String website = null; public String webShop = null; public String getPhone() { return phone; } public PlaceContact setPhone(String value) { this.phone = value; return this; } public String getEmail() { return email; } public PlaceContact setEmail(String value) { this.email = value; return this; } public String getWebsite() { return website; } public PlaceContact setWebsite(String value) { this.website = value; return this; } public String getWebShop() { return webShop; } public PlaceContact setWebShop(String value) { this.webShop = value; return this; } } public static class PlaceAddress { public String street = null; public String postalCode = null; public String region = null; public String countryCode = null; public String getStreet() { return street; } public PlaceAddress setStreet(String value) { this.street = value; return this; } public String getPostalCode() { return postalCode; } public PlaceAddress setPostalCode(String value) { this.postalCode = value; return this; } public String getRegion() { return region; } public PlaceAddress setRegion(String value) { this.region = value; return this; } public String getCountryCode() { return countryCode; } public PlaceAddress setCountryCode(String value) { this.countryCode = value; return this; } } public static class AdMessageDetailsUnion { public AdMessageDetailsPercentageDiscountOnAllMerchandise percentageOnAllMerchandise = null; public AdMessageDetailsPercentageDiscountRangeOnAllMerchandise percentageRangeOnAllMerchandise = null; public AdMessageDetailsPercentageDiscountOnSelectedMerchandise percentageOnSelectedMerchandise = null; public AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise absoluteOnSelectedMerchandise = null; public AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise absoluteRangeOnAllMerchandise = null; public AdMessageDetailsTotalAmountOverXgivesYdiscount totalAmountOverXgivesYdiscount = null; public AdMessageDetailsXforYdiscount xforY = null; public AdMessageDetailsNewArrivals newArrivals = null; public AdMessageDetailsFreetext freetext = null; public AdMessageDetailsTodaysBreakFastOffer todaysBreakFastOffer = null; public AdMessageDetailsTodaysLunchOffer todaysLunchOffer = null; public AdMessageDetailsTodaysDinnerOffer todaysDinnerOffer = null; public AdMessageDetailsSaveFoodAndMoney saveFoodAndMoney = null; public AdMessageDetailsPercentageOffYourFoodBill percentageOfYourFoodBill = null; public AdMessageDetailsHappyHour happyHour = null; public AdMessageDetailsSomeFreeTablesLeftToday someFreeTablesLeftToday = null; public AdMessageDetailsTwoDishesForThePriceOfOne twoDishesForThePriceOfOne = null; public AdMessageDetailsPercentageDiscountOnAllMerchandise getPercentageOnAllMerchandise() { return percentageOnAllMerchandise; } public AdMessageDetailsUnion setPercentageOnAllMerchandise(AdMessageDetailsPercentageDiscountOnAllMerchandise value) { this.percentageOnAllMerchandise = value; return this; } public AdMessageDetailsPercentageDiscountRangeOnAllMerchandise getPercentageRangeOnAllMerchandise() { return percentageRangeOnAllMerchandise; } public AdMessageDetailsUnion setPercentageRangeOnAllMerchandise(AdMessageDetailsPercentageDiscountRangeOnAllMerchandise value) { this.percentageRangeOnAllMerchandise = value; return this; } public AdMessageDetailsPercentageDiscountOnSelectedMerchandise getPercentageOnSelectedMerchandise() { return percentageOnSelectedMerchandise; } public AdMessageDetailsUnion setPercentageOnSelectedMerchandise(AdMessageDetailsPercentageDiscountOnSelectedMerchandise value) { this.percentageOnSelectedMerchandise = value; return this; } public AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise getAbsoluteOnSelectedMerchandise() { return absoluteOnSelectedMerchandise; } public AdMessageDetailsUnion setAbsoluteOnSelectedMerchandise(AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise value) { this.absoluteOnSelectedMerchandise = value; return this; } public AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise getAbsoluteRangeOnAllMerchandise() { return absoluteRangeOnAllMerchandise; } public AdMessageDetailsUnion setAbsoluteRangeOnAllMerchandise(AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise value) { this.absoluteRangeOnAllMerchandise = value; return this; } public AdMessageDetailsTotalAmountOverXgivesYdiscount getTotalAmountOverXgivesYdiscount() { return totalAmountOverXgivesYdiscount; } public AdMessageDetailsUnion setTotalAmountOverXgivesYdiscount(AdMessageDetailsTotalAmountOverXgivesYdiscount value) { this.totalAmountOverXgivesYdiscount = value; return this; } public AdMessageDetailsXforYdiscount getXforY() { return xforY; } public AdMessageDetailsUnion setXforY(AdMessageDetailsXforYdiscount value) { this.xforY = value; return this; } public AdMessageDetailsNewArrivals getNewArrivals() { return newArrivals; } public AdMessageDetailsUnion setNewArrivals(AdMessageDetailsNewArrivals value) { this.newArrivals = value; return this; } public AdMessageDetailsFreetext getFreetext() { return freetext; } public AdMessageDetailsUnion setFreetext(AdMessageDetailsFreetext value) { this.freetext = value; return this; } public AdMessageDetailsTodaysBreakFastOffer getTodaysBreakFastOffer() { return todaysBreakFastOffer; } public AdMessageDetailsUnion setTodaysBreakFastOffer(AdMessageDetailsTodaysBreakFastOffer value) { this.todaysBreakFastOffer = value; return this; } public AdMessageDetailsTodaysLunchOffer getTodaysLunchOffer() { return todaysLunchOffer; } public AdMessageDetailsUnion setTodaysLunchOffer(AdMessageDetailsTodaysLunchOffer value) { this.todaysLunchOffer = value; return this; } public AdMessageDetailsTodaysDinnerOffer getTodaysDinnerOffer() { return todaysDinnerOffer; } public AdMessageDetailsUnion setTodaysDinnerOffer(AdMessageDetailsTodaysDinnerOffer value) { this.todaysDinnerOffer = value; return this; } public AdMessageDetailsSaveFoodAndMoney getSaveFoodAndMoney() { return saveFoodAndMoney; } public AdMessageDetailsUnion setSaveFoodAndMoney(AdMessageDetailsSaveFoodAndMoney value) { this.saveFoodAndMoney = value; return this; } public AdMessageDetailsPercentageOffYourFoodBill getPercentageOfYourFoodBill() { return percentageOfYourFoodBill; } public AdMessageDetailsUnion setPercentageOfYourFoodBill(AdMessageDetailsPercentageOffYourFoodBill value) { this.percentageOfYourFoodBill = value; return this; } public AdMessageDetailsHappyHour getHappyHour() { return happyHour; } public AdMessageDetailsUnion setHappyHour(AdMessageDetailsHappyHour value) { this.happyHour = value; return this; } public AdMessageDetailsSomeFreeTablesLeftToday getSomeFreeTablesLeftToday() { return someFreeTablesLeftToday; } public AdMessageDetailsUnion setSomeFreeTablesLeftToday(AdMessageDetailsSomeFreeTablesLeftToday value) { this.someFreeTablesLeftToday = value; return this; } public AdMessageDetailsTwoDishesForThePriceOfOne getTwoDishesForThePriceOfOne() { return twoDishesForThePriceOfOne; } public AdMessageDetailsUnion setTwoDishesForThePriceOfOne(AdMessageDetailsTwoDishesForThePriceOfOne value) { this.twoDishesForThePriceOfOne = value; return this; } } public static class BrandDto { public String name = null; public String getName() { return name; } public BrandDto setName(String value) { this.name = value; return this; } } public static enum FeatureType { BarSpeciality, BarType, Cuisine, SaveFoodAndMoney, MealType, Menu, OutdoorSeating, Parking, PaymentOptions, PriceMainDish, SubCategories, SubCategoriesAndBrands, EatingSuitabilities, TakeAway, WearPriceProfile, WheelChairAccessible, Wifi, WebShop, Filtering; } public static enum CategoryFacetTreeType { Parent, Selected, Available; } public static enum DayOfWeek { Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday; } public static class WeeklyOpeningHours { public OpeningHour monday = null; public OpeningHour tuesday = null; public OpeningHour wednesday = null; public OpeningHour thursday = null; public OpeningHour friday = null; public OpeningHour saturday = null; public OpeningHour sunday = null; public OpeningHour getMonday() { return monday; } public WeeklyOpeningHours setMonday(OpeningHour value) { this.monday = value; return this; } public OpeningHour getTuesday() { return tuesday; } public WeeklyOpeningHours setTuesday(OpeningHour value) { this.tuesday = value; return this; } public OpeningHour getWednesday() { return wednesday; } public WeeklyOpeningHours setWednesday(OpeningHour value) { this.wednesday = value; return this; } public OpeningHour getThursday() { return thursday; } public WeeklyOpeningHours setThursday(OpeningHour value) { this.thursday = value; return this; } public OpeningHour getFriday() { return friday; } public WeeklyOpeningHours setFriday(OpeningHour value) { this.friday = value; return this; } public OpeningHour getSaturday() { return saturday; } public WeeklyOpeningHours setSaturday(OpeningHour value) { this.saturday = value; return this; } public OpeningHour getSunday() { return sunday; } public WeeklyOpeningHours setSunday(OpeningHour value) { this.sunday = value; return this; } } public static class PlaceCustomBrandDto { public String name = null; public String getName() { return name; } public PlaceCustomBrandDto setName(String value) { this.name = value; return this; } } public static class AdMessageDetailsPercentageDiscountOnAllMerchandise extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsPercentageDiscountOnAllMerchandise setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsPercentageDiscountRangeOnAllMerchandise extends AdMessageDetailsBase { public Double start = null; public Double stop = null; public Double getStart() { return start; } public AdMessageDetailsPercentageDiscountRangeOnAllMerchandise setStart(Double value) { this.start = value; return this; } public Double getStop() { return stop; } public AdMessageDetailsPercentageDiscountRangeOnAllMerchandise setStop(Double value) { this.stop = value; return this; } } public static class AdMessageDetailsPercentageDiscountOnSelectedMerchandise extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsPercentageDiscountOnSelectedMerchandise setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise extends AdMessageDetailsBase { public Double start = null; public Double stop = null; public Double getStart() { return start; } public AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise setStart(Double value) { this.start = value; return this; } public Double getStop() { return stop; } public AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise setStop(Double value) { this.stop = value; return this; } } public static class AdMessageDetailsTotalAmountOverXgivesYdiscount extends AdMessageDetailsBase { public Double ifTotalAmountMoreThanX = null; public Double thenYouGetDiscountPercentageY = null; public Double getIfTotalAmountMoreThanX() { return ifTotalAmountMoreThanX; } public AdMessageDetailsTotalAmountOverXgivesYdiscount setIfTotalAmountMoreThanX(Double value) { this.ifTotalAmountMoreThanX = value; return this; } public Double getThenYouGetDiscountPercentageY() { return thenYouGetDiscountPercentageY; } public AdMessageDetailsTotalAmountOverXgivesYdiscount setThenYouGetDiscountPercentageY(Double value) { this.thenYouGetDiscountPercentageY = value; return this; } } public static class AdMessageDetailsXforYdiscount extends AdMessageDetailsBase { public Integer ifYouBuyX = null; public Integer thenYouGetY = null; public Integer getIfYouBuyX() { return ifYouBuyX; } public AdMessageDetailsXforYdiscount setIfYouBuyX(Integer value) { this.ifYouBuyX = value; return this; } public Integer getThenYouGetY() { return thenYouGetY; } public AdMessageDetailsXforYdiscount setThenYouGetY(Integer value) { this.thenYouGetY = value; return this; } } public static class AdMessageDetailsNewArrivals extends AdMessageDetailsBase { } public static class AdMessageDetailsFreetext extends AdMessageDetailsBase { public String title = null; public String getTitle() { return title; } public AdMessageDetailsFreetext setTitle(String value) { this.title = value; return this; } } public static class AdMessageDetailsTodaysBreakFastOffer extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsTodaysBreakFastOffer setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsTodaysLunchOffer extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsTodaysLunchOffer setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsTodaysDinnerOffer extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsTodaysDinnerOffer setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsSaveFoodAndMoney extends AdMessageDetailsBase { public Double value = null; public Double getValue() { return value; } public AdMessageDetailsSaveFoodAndMoney setValue(Double value) { this.value = value; return this; } } public static class AdMessageDetailsPercentageOffYourFoodBill extends AdMessageDetailsBase { public Double percentage = null; public Double getPercentage() { return percentage; } public AdMessageDetailsPercentageOffYourFoodBill setPercentage(Double value) { this.percentage = value; return this; } } public static class AdMessageDetailsHappyHour extends AdMessageDetailsBase { } public static class AdMessageDetailsSomeFreeTablesLeftToday extends AdMessageDetailsBase { } public static class AdMessageDetailsTwoDishesForThePriceOfOne extends AdMessageDetailsBase { } public static class OpeningHour { public Integer openAtHour = null; public Integer openAtMinute = null; public Integer closeAtHour = null; public Integer closeAtMinute = null; public Integer getOpenAtHour() { return openAtHour; } public OpeningHour setOpenAtHour(Integer value) { this.openAtHour = value; return this; } public Integer getOpenAtMinute() { return openAtMinute; } public OpeningHour setOpenAtMinute(Integer value) { this.openAtMinute = value; return this; } public Integer getCloseAtHour() { return closeAtHour; } public OpeningHour setCloseAtHour(Integer value) { this.closeAtHour = value; return this; } public Integer getCloseAtMinute() { return closeAtMinute; } public OpeningHour setCloseAtMinute(Integer value) { this.closeAtMinute = value; return this; } } public static class AdMessageDetailsBase { public String description = null; public ArrayList moreInformation = null; public String getDescription() { return description; } public AdMessageDetailsBase setDescription(String value) { this.description = value; return this; } public ArrayList getMoreInformation() { return moreInformation; } public AdMessageDetailsBase setMoreInformation(ArrayList value) { this.moreInformation = value; return this; } } }