toggle menu
data-models
JVM
switch theme
search in API
data-models
/
org.cryptotrader.data.library.entity.prediction
/
PricePrediction
Price
Prediction
@
Entity
open
class
PricePrediction
:
Identifiable
Members
Constructors
Price
Prediction
Link copied to clipboard
constructor
(
)
constructor
(
currencyCode
:
String
,
currencyName
:
String
,
predictedPrice
:
Double
,
actualPrice
:
Double
,
priceDifference
:
Double
,
percentDifference
:
Double
,
modelType
:
ModelType
,
numRows
:
Int
,
lastUpdated
:
LocalDateTime
)
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
PricePredictionBuilder
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
Long
set
Id
Link copied to clipboard
open
fun
setId
(
id
:
Long
)