All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coherentlogic.cmr.api.fred.FlatObservations.scala Maven / Gradle / Ivy

The newest version!
package com.coherentlogic.cmr.api.fred

import java.util.Date

case class FlatObservations (
    observationsRealtimeStart : Date,
    observationsRealtimeEnd : Date,
    observationStart : Date,
    observationEnd : Date,
    sortOrder : String,
    orderBy : String,
    limit : Long,
    offset : Integer,
    units : String,
    outputType : String,
    fileType : String,
    count : Integer, // ---------------------
    realtimeStart : Date,
    realtimeEnd : Date,
    date: Date,
    value : BigDecimal
) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy