click_ user Profile_ community Detail

@Serializable
data class click_userProfile_communityDetail(val id: Int = 0, val screenName: String = "", val tier: String = "", val honorTitle: String? = null, val nameTag: String? = null, val level: Int = 0, val communityPostId: Int = 0, val communityPostTitle: String = "", val communityPostType: String = "", val communityPostIsLike: Boolean = false, val communityPostIsReply: Boolean? = null, val communityPostLikeCnt: Int = 0, val communityPostReplyCnt: Int = 0, val communityBoardId: Int = 0, val communityBoardCategory: String? = null, val communityBoardTab: String = "", val communityBoardIsSubscribe: Boolean = false, val order: Int? = null, val filterType: String? = null, val communityDetailType: String? = null) : TrackingEvent

{v2.33.0} 커뮤니티 화면에서 커뮤니티 게시글 내 유저 프로필 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, screenName: String = "", tier: String = "", honorTitle: String? = null, nameTag: String? = null, level: Int = 0, communityPostId: Int = 0, communityPostTitle: String = "", communityPostType: String = "", communityPostIsLike: Boolean = false, communityPostIsReply: Boolean? = null, communityPostLikeCnt: Int = 0, communityPostReplyCnt: Int = 0, communityBoardId: Int = 0, communityBoardCategory: String? = null, communityBoardTab: String = "", communityBoardIsSubscribe: Boolean = false, order: Int? = null, filterType: String? = null, communityDetailType: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "community_board_category" )
@SerializedName(value = "community_board_category" )
val communityBoardCategory: String? = null
Link copied to clipboard
@SerialName(value = "community_board_id" )
@SerializedName(value = "community_board_id" )
val communityBoardId: Int = 0
Link copied to clipboard
@SerialName(value = "community_board_is_subscribe" )
@SerializedName(value = "community_board_is_subscribe" )
val communityBoardIsSubscribe: Boolean = false
Link copied to clipboard
@SerialName(value = "community_board_tab" )
@SerializedName(value = "community_board_tab" )
val communityBoardTab: String
Link copied to clipboard
@SerialName(value = "communityDetail_type" )
@SerializedName(value = "communityDetail_type" )
val communityDetailType: String? = null
Link copied to clipboard
@SerialName(value = "community_post_id" )
@SerializedName(value = "community_post_id" )
val communityPostId: Int = 0
Link copied to clipboard
@SerialName(value = "community_post_is_like" )
@SerializedName(value = "community_post_is_like" )
val communityPostIsLike: Boolean = false
Link copied to clipboard
@SerialName(value = "community_post_is_reply" )
@SerializedName(value = "community_post_is_reply" )
val communityPostIsReply: Boolean? = null
Link copied to clipboard
@SerialName(value = "community_post_like_cnt" )
@SerializedName(value = "community_post_like_cnt" )
val communityPostLikeCnt: Int = 0
Link copied to clipboard
@SerialName(value = "community_post_reply_cnt" )
@SerializedName(value = "community_post_reply_cnt" )
val communityPostReplyCnt: Int = 0
Link copied to clipboard
@SerialName(value = "community_post_title" )
@SerializedName(value = "community_post_title" )
val communityPostTitle: String
Link copied to clipboard
@SerialName(value = "community_post_type" )
@SerializedName(value = "community_post_type" )
val communityPostType: String
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "filter_type" )
@SerializedName(value = "filter_type" )
val filterType: String? = null
Link copied to clipboard
@SerialName(value = "honor_title" )
@SerializedName(value = "honor_title" )
val honorTitle: String? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "level" )
@SerializedName(value = "level" )
val level: Int = 0
Link copied to clipboard
@SerialName(value = "name_tag" )
@SerializedName(value = "name_tag" )
val nameTag: String? = null

DEPRECATED v2.49+

Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int? = null
Link copied to clipboard
@SerialName(value = "screen_name" )
@SerializedName(value = "screen_name" )
val screenName: String
Link copied to clipboard
@SerialName(value = "tier" )
@SerializedName(value = "tier" )
val tier: 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