toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.comment
/
CommentRead
Comment
Read
class
CommentRead
(
gallId
:
String
,
articleId
:
Int
,
rePage
:
Int
)
Members
Constructors
Comment
Read
Link copied to clipboard
constructor
(
gallId
:
String
,
articleId
:
Int
,
rePage
:
Int
)
Types
Comment
Data
Link copied to clipboard
data
class
CommentData
(
val
memberIcon
:
Int
,
val
ipData
:
String
?
,
val
gallerCon
:
String
?
,
val
name
:
String
,
val
userId
:
String
,
val
content
:
Comment
,
val
identifier
:
Int
,
val
dateTime
:
String
,
val
isReply
:
Boolean
,
val
isDeleteFlag
:
String
?
)
Read
Result
Link copied to clipboard
data
class
ReadResult
(
val
totalComment
:
Int
,
val
totalPage
:
Int
,
val
rePage
:
Int
,
val
commentList
:
List
<
CommentRead.CommentData
>
)
Functions
request
Link copied to clipboard
fun
request
(
)
:
CommentRead.ReadResult
댓글 데이터를 읽어옵니다.