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