toggle menu
data-models
JVM
switch theme
search in API
data-models
/
org.cryptotrader.data.library.entity.news.builder.models
/
AbstractNewsSentiment
Abstract
News
Sentiment
abstract
class
AbstractNewsSentiment
:
BuilderFactory
<
T
>
Inheritors
NewsSentimentBuilder
Members
Constructors
Abstract
News
Sentiment
Link copied to clipboard
constructor
(
)
Functions
article
Id
Link copied to clipboard
abstract
fun
articleId
(
articleId
:
Long
)
:
AbstractNewsSentiment
build
Link copied to clipboard
abstract
fun
build
(
)
:
T
composite
Score
Link copied to clipboard
abstract
fun
compositeScore
(
compositeScore
:
Double
)
:
AbstractNewsSentiment
crypto
Relevance
Link copied to clipboard
abstract
fun
cryptoRelevance
(
cryptoRelevance
:
Double
)
:
AbstractNewsSentiment
last
Updated
Link copied to clipboard
abstract
fun
lastUpdated
(
lastUpdated
:
String
)
:
AbstractNewsSentiment
abstract
fun
lastUpdated
(
lastUpdated
:
LocalDateTime
)
:
AbstractNewsSentiment
negative
Score
Link copied to clipboard
abstract
fun
negativeScore
(
negativeScore
:
Double
)
:
AbstractNewsSentiment
neutral
Score
Link copied to clipboard
abstract
fun
neutralScore
(
neutralScore
:
Double
)
:
AbstractNewsSentiment
positive
Score
Link copied to clipboard
abstract
fun
positiveScore
(
positiveScore
:
Double
)
:
AbstractNewsSentiment
published
Date
Link copied to clipboard
abstract
fun
publishedDate
(
publishedDate
:
String
)
:
AbstractNewsSentiment
abstract
fun
publishedDate
(
publishedDate
:
LocalDateTime
)
:
AbstractNewsSentiment
source
Link copied to clipboard
abstract
fun
source
(
source
:
String
)
:
AbstractNewsSentiment
title
Link copied to clipboard
abstract
fun
title
(
title
:
String
)
:
AbstractNewsSentiment
url
Link copied to clipboard
abstract
fun
url
(
url
:
String
)
:
AbstractNewsSentiment