cancel_ community Reply Delete Confirm_ pop Up Detail

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

{v2.44.0} 커뮤니티 댓글 삭제 확인 팝업에서 취소 클릭

Constructors

constructor(communityBoardCategory: String? = null, communityBoardId: Int = 0, communityBoardIsSubscribe: Boolean? = null, communityBoardTab: String = "", communityPostId: Int = 0, communityPostIsLike: Boolean = false, communityPostIsReply: Boolean? = null, communityPostLikeCnt: Int = 0, communityPostReplyCnt: Int = 0, communityPostTitle: String = "", communityPostType: String = "", communityReplyId: String = "")

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 = 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
@SerialName(value = "community_reply_id" )
@SerializedName(value = "community_reply_id" )
val communityReplyId: String
Link copied to clipboard
open val eventName: 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