click_ community Reply_ bulletin Detail

@Serializable
data class click_communityReply_bulletinDetail(val id: Int = 0, val communityPostId: Int = 0, val communityPostTitle: String? = null, val communityPostType: String? = null, val communityPostIsLike: Boolean = false, val communityPostIsReply: Boolean? = null, val communityPostLikeCnt: Int = 0, val communityPostReplyCnt: Int? = null, val communityBoardId: Int = 0, val communityBoardCategory: String? = null, val communityBoardTab: String = "", val communityBoardIsSubscribe: Boolean? = null, val userId: Int? = null) : TrackingEvent

{v2.33.0} 게시글 모아보기 화면에서 커뮤니티 댓글 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, communityPostId: Int = 0, communityPostTitle: String? = null, communityPostType: String? = null, communityPostIsLike: Boolean = false, communityPostIsReply: Boolean? = null, communityPostLikeCnt: Int = 0, communityPostReplyCnt: Int? = null, communityBoardId: Int = 0, communityBoardCategory: String? = null, communityBoardTab: String = "", communityBoardIsSubscribe: Boolean? = null, userId: Int? = 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? = null
Link copied to clipboard
@SerialName(value = "community_board_tab" )
@SerializedName(value = "community_board_tab" )
val communityBoardTab: String
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? = 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 = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int? = 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