case class StackOverflowArtifact(question: StackOverflowQuestion, answers: Seq[StackOverflowAnswer]) extends Artifact with Product with Serializable
Represents a Stack Overflow artifact, i.e., a discussion.
- question
the discussion's question.
- answers
the discussion's answers.
- Alphabetic
- By Inheritance
- StackOverflowArtifact
- Serializable
- Serializable
- Artifact
- Product
- Equals
- JsonSerializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StackOverflowArtifact(question: StackOverflowQuestion, answers: Seq[StackOverflowAnswer])
create a new Stack Overflow artifact.
create a new Stack Overflow artifact.
- question
the discussion's question.
- answers
the discussion's answers.
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
- val answers: Seq[StackOverflowAnswer]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asPostSeq: Seq[StackOverflowPost with Product with Serializable { ... /* 2 definitions in type refinement */ }]
The discussion as a question of posts, i.e., the question followed by all the answers.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
id: Int
The discussion's id (i.e., the question's id.)
-
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
- Artifact
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val question: StackOverflowQuestion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toText: String
A representation of the discussion as a string.
A representation of the discussion as a string.
- Definition Classes
- StackOverflowArtifact → Artifact
-
lazy val
units: Seq[InformationUnit]
Returns all the units coming from the question and all the answers.
Returns all the units coming from the question and all the answers.
- Definition Classes
- StackOverflowArtifact → Artifact
-
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( ... )