public class RollupTask extends Object
| Constructor and Description |
|---|
RollupTask(String id,
String name,
RelativeTime executionInterval,
long lastModified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RelativeTime |
getExecutionInterval() |
String |
getId() |
long |
getLastModified() |
String |
getName() |
List<Rollup> |
getRollups() |
int |
hashCode() |
String |
toString() |
public RollupTask(String id, String name, RelativeTime executionInterval, long lastModified)
public String getId()
public String getName()
public RelativeTime getExecutionInterval()
public long getLastModified()
Copyright © 2018. All rights reserved.