Class Comment
java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.Comment
public class Comment extends CFObject
Represents a comment.
-
Field Summary
Fields Modifier and Type Field Description String
commentatorHandle
long
creationTimeSeconds
Time, when comment was created, in unix format.int
id
String
locale
int
parentCommentId
Can be absent.int
rating
String
text
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
Methods inherited from class com.github.rami_sabbagh.codeforces.api.objects.CFObject
toString, toStringPretty
-
Field Details
-
id
public int id -
creationTimeSeconds
public long creationTimeSecondsTime, when comment was created, in unix format. -
commentatorHandle
-
locale
-
text
-
parentCommentId
public int parentCommentIdCan be absent. -
rating
public int rating
-
-
Constructor Details
-
Comment
public Comment()
-