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 StringcommentatorHandlelongcreationTimeSecondsTime, when comment was created, in unix format.intidStringlocaleintparentCommentIdCan be absent.intratingStringtext -
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()
-