click_ community Board_ community Detail

@Serializable
data class click_communityBoard_communityDetail(val id: Int = 0, val category: String? = null, val tab: String = "", val isSubscribe: Boolean = false, val communityPostId: Int? = null, val communityPostTitle: String? = null, val communityPostType: String? = null, val communityPostIsLike: Boolean? = null, val communityPostIsReply: Boolean? = null, val communityPostLikeCnt: Int? = null, val communityPostReplyCnt: Int? = null, val communityBoardId: Int = 0, val communityBoardCategory: String = "", val communityBoardTab: String = "", val communityBoardIsSubscribe: Boolean = false, val order: Int = 0, val filterType: String? = null, val communityDetailType: String? = null) : TrackingEvent

{v2.33.0} 커뮤니티 화면에서 커뮤니티 게시판 클릭

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "category" )
@SerializedName(value = "category" )
val category: String? = null
Link copied to clipboard
@SerialName(value = "community_board_category" )
@SerializedName(value = "community_board_category" )
val communityBoardCategory: String
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? = null
Link copied to clipboard
@SerialName(value = "community_post_is_like" )
@SerializedName(value = "community_post_is_like" )
val communityPostIsLike: Boolean? = null
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? = null
Link copied to clipboard
@SerialName(value = "community_post_reply_cnt" )
@SerializedName(value = "community_post_reply_cnt" )
val communityPostReplyCnt: Int? = null
Link copied to clipboard
@SerialName(value = "community_post_title" )
@SerializedName(value = "community_post_title" )
val communityPostTitle: String? = null
Link copied to clipboard
@SerialName(value = "community_post_type" )
@SerializedName(value = "community_post_type" )
val communityPostType: String? = null
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 = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_subscribe" )
@SerializedName(value = "is_subscribe" )
val isSubscribe: Boolean = false
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "tab" )
@SerializedName(value = "tab" )
val tab: 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