reportUser_ user Profile_ community Post Detail

@Serializable
data class reportUser_userProfile_communityPostDetail(val userId: Int = 0, val userScreenName: String = "", 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 = "", val communityBoardTab: String = "", val communityBoardIsSubscribe: Boolean? = null) : TrackingEvent

{v2.33.0} 커뮤니티 게시글 화면에서 신고하기 클릭(유저 더보기)

Constructors

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

Properties

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? = 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
open val eventName: String
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "user_screen_name" )
@SerializedName(value = "user_screen_name" )
val userScreenName: 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