join Request_ party Profile_ party Profile Detail

@Serializable
data class joinRequest_partyProfile_partyProfileDetail(val id: Int = 0, val name: String = "", val memberCnt: Int = 0, val tag: String = "", val rank: Int = 0) : TrackingEvent

{v2.33.0} 다른 파티 화면(팝업 내)에서 파티 참여 신청하기 클릭

Constructors

constructor(id: Int = 0, name: String = "", memberCnt: Int = 0, tag: String = "", rank: Int = 0)

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 = "member_cnt" )
@SerializedName(value = "member_cnt" )
val memberCnt: Int = 0
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "rank" )
@SerializedName(value = "rank" )
val rank: Int = 0
Link copied to clipboard
@SerialName(value = "tag" )
@SerializedName(value = "tag" )
val tag: String

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