public class DrillDownRangeBean extends Object
| Constructor and Description |
|---|
DrillDownRangeBean()
This constructor is for jax rs serialization/deserialization
|
DrillDownRangeBean(String label,
double from,
double to) |
DrillDownRangeBean(String label,
double from,
double to,
double count) |
public DrillDownRangeBean()
public DrillDownRangeBean(String label, double from, double to)
public DrillDownRangeBean(String label, double from, double to, double count)
public double getFrom()
public void setFrom(double from)
public double getTo()
public void setTo(double to)
public String getLabel()
public void setLabel(String label)
public double getCount()
public void setCount(double count)
Copyright © 2016 WSO2. All rights reserved.