click_ feverTime_ today Detail

@Serializable
data class click_feverTime_todayDetail(val id: Int = 0, val xpType: String? = null) : TrackingEvent

{v2.33.0} 투데이 화면에서 피버 타임 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, xpType: String? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "xp_type" )
@SerializedName(value = "xp_type" )
val xpType: String? = null

Functions

Link copied to clipboard
fun TrackingEvent.getRule(rules: <Error class: unknown class><String, TrackingEventRule>): TrackingEventRule?
Link copied to clipboard
fun TrackingEvent.hash(): String

TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.

Link copied to clipboard
fun TrackingEvent.toJSONObject(serde: JsonSerde): JSONObject