public class PylonParametersData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
interval |
protected float |
span |
protected String |
target |
protected int |
threshold |
| Constructor and Description |
|---|
PylonParametersData() |
PylonParametersData(String interval,
Float span,
Integer threshold,
String target) |
| Modifier and Type | Method and Description |
|---|---|
float |
getSpan() |
String |
getTarget() |
int |
getThreshold() |
void |
setInterval(String interval) |
void |
setSpan(Float span) |
void |
setTarget(String target) |
void |
setThreshold(Integer threshold) |
protected String interval
protected float span
protected int threshold
protected String target
public float getSpan()
public int getThreshold()
public String getTarget()
public void setInterval(String interval)
public void setSpan(Float span)
public void setThreshold(Integer threshold)
public void setTarget(String target)
Copyright © 2015. All Rights Reserved.