Uses of Class
com.walkfares.odsl.var.timeseries.Status
-
Uses of Status in com.walkfares.odsl.quality
Methods in com.walkfares.odsl.quality that return Status Modifier and Type Method Description Status
QualityCheckResult. getStatus()
-
Uses of Status in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return Status Modifier and Type Method Description Status
CheckedDynamicVar. getStatus()
-
Uses of Status in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return Status Modifier and Type Method Description Status
StatusAdaptor. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
Methods in com.walkfares.odsl.var.adaptor with parameters of type Status Modifier and Type Method Description com.google.gson.JsonElement
StatusAdaptor. serialize(Status status, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Uses of Status in com.walkfares.odsl.var.curve
Methods in com.walkfares.odsl.var.curve that return Status Modifier and Type Method Description Status
VarContract. getStatus()
Status
VarCurve. getStatus()
Methods in com.walkfares.odsl.var.curve with parameters of type Status Modifier and Type Method Description VarContract
VarContract. withStatus(Status s)
VarCurve
VarCurve. withStatus(Status s)
-
Uses of Status in com.walkfares.odsl.var.event
Methods in com.walkfares.odsl.var.event that return Status Modifier and Type Method Description Status
VarEvent. getStatus()
Methods in com.walkfares.odsl.var.event with parameters of type Status Modifier and Type Method Description VarEvent
VarEvent. withStatus(Status s)
-
Uses of Status in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries with parameters of type Status Modifier and Type Method Description Status
Status. with(Status s)
TimeValue
TimeValue. withStatus(Status s)
VarTimeSeries
VarTimeSeries. withStatus(Status s)
-
Uses of Status in com.walkfares.odsl.var.type
Methods in com.walkfares.odsl.var.type that return Status Modifier and Type Method Description Status
VarDeclaredType. getStatus()