click_ hidden Quest_ hidden Quest Log Detail

@Serializable
data class click_hiddenQuest_hiddenQuestLogDetail(val id: String = "", val name: String? = null, val rewardType: String? = null, val delta: Int? = null, val missionCnt: Int? = null, val countAccepted: Int? = null, val gameId: Int = 0, val gameName: String = "", val gameGenre: String? = null, val gamePackageId: Int? = null, val gameXpType: String? = null) : TrackingEvent

{v2.33.0} 히든 퀘스트 완료 내역 뷰

Constructors

Link copied to clipboard
constructor(id: String = "", name: String? = null, rewardType: String? = null, delta: Int? = null, missionCnt: Int? = null, countAccepted: Int? = null, gameId: Int = 0, gameName: String = "", gameGenre: String? = null, gamePackageId: Int? = null, gameXpType: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "count_accepted" )
@SerializedName(value = "count_accepted" )
val countAccepted: Int? = null
Link copied to clipboard
@SerialName(value = "delta" )
@SerializedName(value = "delta" )
val delta: Int? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_genre" )
@SerializedName(value = "game_genre" )
val gameGenre: String? = null
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0
Link copied to clipboard
@SerialName(value = "game_name" )
@SerializedName(value = "game_name" )
val gameName: String
Link copied to clipboard
@SerialName(value = "game_package_id" )
@SerializedName(value = "game_package_id" )
val gamePackageId: Int? = null
Link copied to clipboard
@SerialName(value = "game_xp_type" )
@SerializedName(value = "game_xp_type" )
val gameXpType: String? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: String
Link copied to clipboard
@SerialName(value = "mission_cnt" )
@SerializedName(value = "mission_cnt" )
val missionCnt: Int? = null
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String? = null
Link copied to clipboard
@SerialName(value = "reward_type" )
@SerializedName(value = "reward_type" )
val rewardType: 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