public class HistoricalMover
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
HistoricalMover() |
| Modifier and Type | Method and Description |
|---|---|
static HistoricalMover |
fromJson(java.lang.String jsonString) |
java.lang.String |
getInterval() |
int |
getRange() |
int |
getThreshold() |
void |
setInterval(java.lang.String interval) |
void |
setRange(int range) |
void |
setThreshold(int threshold) |
java.lang.String |
toJson() |
public int getThreshold()
public void setThreshold(int threshold)
public int getRange()
public void setRange(int range)
public java.lang.String getInterval()
public void setInterval(java.lang.String interval)
public java.lang.String toJson()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic static HistoricalMover fromJson(java.lang.String jsonString) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, java.io.IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionjava.io.IOException