case class StackOverflowComment(id: Int, postId: Int, creationDate: Date, replyToUser: Option[StackOverflowUser], score: Int, isEdited: Boolean, owner: Option[StackOverflowUser], informationUnits: Seq[InformationUnit]) extends StackOverflowElement with Product with Serializable
A Stack Overflow comment to a post.
- id
the comment id, as from the dump.
- postId
the id of the post (question or answer) this comment was posted to.
- creationDate
the date this comment was created.
- replyToUser
optionally, the user on which this comment was a reply for.
- score
the score of this comment.
- isEdited
if the score has ever been edited.
- owner
the poster of this comment, if present.
- Alphabetic
- By Inheritance
- StackOverflowComment
- Serializable
- Serializable
- Product
- Equals
- StackOverflowElement
- JsonSerializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StackOverflowComment(id: Int, postId: Int, creationDate: Date, replyToUser: Option[StackOverflowUser], score: Int, isEdited: Boolean, owner: Option[StackOverflowUser], informationUnits: Seq[InformationUnit])
builds a new comment (used only for parsing).
builds a new comment (used only for parsing).
- id
the comment id, as from the dump.
- postId
the id of the post (question or answer) this comment was posted to.
- creationDate
the date this comment was created.
- replyToUser
optionally, the user on which this comment was a reply for.
- score
the score of this comment.
- isEdited
if the score has ever been edited.
- owner
the poster of this comment, if present.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bindInformationUnits(informationUnitsToBind: Seq[InformationUnit]): StackOverflowComment
Binds the information units for this comment.
Binds the information units for this comment.
- informationUnitsToBind
a set of information units.
- returns
a new comment with the same properties of this but with
informationUnitsToBind
as its information units.
- Definition Classes
- StackOverflowComment → StackOverflowElement
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
creationDate: Date
- Definition Classes
- StackOverflowComment → StackOverflowElement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- StackOverflowElement → AnyRef → Any
-
val
id: Int
- Definition Classes
- StackOverflowComment → StackOverflowElement
-
val
informationUnits: Seq[InformationUnit]
- Definition Classes
- StackOverflowComment → StackOverflowElement
- val isEdited: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metaInformation: Seq[MetaInformation[_]]
The meta information provided by the artifact
The meta information provided by the artifact
- Definition Classes
- StackOverflowElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
owner: Option[StackOverflowUser]
- Definition Classes
- StackOverflowComment → StackOverflowElement
- val postId: Int
- val replyToUser: Option[StackOverflowUser]
- val score: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toText: String
A textual representation of this element
A textual representation of this element
- Definition Classes
- StackOverflowElement
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )