public class DrillDownRangeBean extends Object
| Constructor and Description |
|---|
DrillDownRangeBean()
This constructor is for jax rs serialization/deserialization
|
DrillDownRangeBean(String label,
double from,
double to,
double score) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFrom() |
String |
getLabel() |
double |
getTo() |
void |
setTo(double to) |
public DrillDownRangeBean()
public DrillDownRangeBean(String label, double from, double to, double score)
public double getFrom()
public double getTo()
public void setTo(double to)
public String getLabel()
Copyright © 2018 WSO2. All rights reserved.