PricePrediction

@Entity
open class PricePrediction : Identifiable

Constructors

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

Link copied to clipboard
Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun setId(id: Long)