Event

data class Event(val campaignId: String = "", val label: List<FeedLabels> = emptyList(), val feature: List<FeedFeatures> = emptyList(), val startDate: Date? = null, val endDate: Date? = null, val startTime: String = "", val endingTime: String = "", val eventButtonName: String = "", val headline: String = "", val name: String, val operationHours: TimeBar? = null, val openingDate: String = "", val showPartialOpeningHours: Boolean = true, val entityStatus: Cms.EntityStatus = Cms.EntityStatus.OPEN, val address: String = "", val imageUrls: List<String> = mutableListOf(), val id: Int = -1, val placeholderImageUrl: Int = R.drawable.no_image_placeholder, val hoursList: List<Hours>? = null, val description: String) : PoiView

Constructors

Link copied to clipboard
constructor(campaignId: String = "", label: List<FeedLabels> = emptyList(), feature: List<FeedFeatures> = emptyList(), startDate: Date? = null, endDate: Date? = null, startTime: String = "", endingTime: String = "", eventButtonName: String = "", headline: String = "", name: String, operationHours: TimeBar? = null, openingDate: String = "", showPartialOpeningHours: Boolean = true, entityStatus: Cms.EntityStatus = Cms.EntityStatus.OPEN, address: String = "", imageUrls: List<String> = mutableListOf(), id: Int = -1, placeholderImageUrl: Int = R.drawable.no_image_placeholder, hoursList: List<Hours>? = null, description: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val address: String
Link copied to clipboard
Link copied to clipboard
open override val description: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val entityStatus: Cms.EntityStatus
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val hoursList: List<Hours>?
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val imageUrls: List<String>
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val openingDate: String
Link copied to clipboard
open override val operationHours: TimeBar?
Link copied to clipboard
open override val placeholderImageUrl: Int
Link copied to clipboard
open override val showPartialOpeningHours: Boolean
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun entityOpeningState(propertyTimeZone: TimeZone?): EntityStatusUtil.OpeningState