public class Measure extends Object
Constructor and Description |
---|
Measure() |
Measure(String name,
long duration,
long begin,
Map<String,Object> data) |
Modifier and Type | Method and Description |
---|---|
long |
getBegin() |
Map<String,Object> |
getData() |
long |
getDuration() |
String |
getName() |
void |
setBegin(long begin) |
void |
setData(Map<String,Object> data) |
void |
setDuration(long duration) |
void |
setName(String name) |
Copyright © 2020. All rights reserved.