impression_ dungeon_ gameDetail

@Serializable
data class impression_dungeon_gameDetail(val id: Int = 0, val campaignId: Int? = null, val gameId: Int = 0, val packageId: Int? = null, val monsterId: Int? = null, val monsterHp: Int? = null, val monsterCurrentHp: Int? = null, val attendance: Int = 0, val successRewardType: String? = null, val successRewardDelta: Int? = null, val failRewardType: String? = null, val failRewardDelta: Int? = null, val eDate: String = "", val state: String? = null) : TrackingEvent

{v2.48.0} 게임 상세 화면에서 던전 노출

Constructors

Link copied to clipboard
constructor(id: Int = 0, campaignId: Int? = null, gameId: Int = 0, packageId: Int? = null, monsterId: Int? = null, monsterHp: Int? = null, monsterCurrentHp: Int? = null, attendance: Int = 0, successRewardType: String? = null, successRewardDelta: Int? = null, failRewardType: String? = null, failRewardDelta: Int? = null, eDate: String = "", state: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "attendance" )
@SerializedName(value = "attendance" )
val attendance: Int = 0

참여 유저 수

Link copied to clipboard
@SerialName(value = "campaign_id" )
@SerializedName(value = "campaign_id" )
val campaignId: Int? = null
Link copied to clipboard
@SerialName(value = "e_date" )
@SerializedName(value = "e_date" )
val eDate: String

던전 종료 시간

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "fail_reward_delta" )
@SerializedName(value = "fail_reward_delta" )
val failRewardDelta: Int? = null
Link copied to clipboard
@SerialName(value = "fail_reward_type" )
@SerializedName(value = "fail_reward_type" )
val failRewardType: String? = null
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0

던전 game id

Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0

던전 id

Link copied to clipboard
@SerialName(value = "monster_current_hp" )
@SerializedName(value = "monster_current_hp" )
val monsterCurrentHp: Int? = null
Link copied to clipboard
@SerialName(value = "monster_hp" )
@SerializedName(value = "monster_hp" )
val monsterHp: Int? = null
Link copied to clipboard
@SerialName(value = "monster_id" )
@SerializedName(value = "monster_id" )
val monsterId: Int? = null
Link copied to clipboard
@SerialName(value = "package_id" )
@SerializedName(value = "package_id" )
val packageId: Int? = null

던전 package id

Link copied to clipboard
@SerialName(value = "state" )
@SerializedName(value = "state" )
val state: String? = null
Link copied to clipboard
@SerialName(value = "success_reward_delta" )
@SerializedName(value = "success_reward_delta" )
val successRewardDelta: Int? = null
Link copied to clipboard
@SerialName(value = "success_reward_type" )
@SerializedName(value = "success_reward_type" )
val successRewardType: 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