public class GetByRangeBean extends Object
| Constructor and Description |
|---|
GetByRangeBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<String> |
getFields() |
int |
getStart() |
long |
getTimeFrom() |
long |
getTimeTo() |
void |
setCount(int count) |
void |
setFields(List<String> fields) |
void |
setStart(int start) |
void |
setTimeFrom(long timeFrom) |
void |
setTimeTo(long timeTo) |
public long getTimeFrom()
public void setTimeFrom(long timeFrom)
public long getTimeTo()
public void setTimeTo(long timeTo)
public int getStart()
public void setStart(int start)
public int getCount()
public void setCount(int count)
Copyright © 2018 WSO2. All rights reserved.