Friend

data class Friend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, allowedMsg: Boolean?) : Parcelable

친구 정보
Friend information

Constructors

Link copied to clipboard
fun Friend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, allowedMsg: Boolean?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val allowedMsg: Boolean?

메시지 수신 허용 여부
Whether to allow receiving messages

Link copied to clipboard
val favorite: Boolean?

즐겨찾기 친구 여부
Whether a favorite friend

Link copied to clipboard
val id: Long?

회원번호
Service user ID

Link copied to clipboard
val profileNickname: String?

프로필 닉네임
Profile nickname

Link copied to clipboard
val profileThumbnailImage: String?

프로필 썸네일 이미지
Profile thumbnail image

Link copied to clipboard
val uuid: String

고유 ID
Unique ID