public class GwtDebugStatisticsValue extends DebugStatisticsValue
| Constructor and Description |
|---|
GwtDebugStatisticsValue(String label,
String module,
double startTime,
double endTime) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
String |
getRpcMethod() |
boolean |
hasResponse() |
boolean |
hasRpcMethod() |
void |
setResponse(Object response) |
void |
setRpcMethod(String method) |
GwtDebugStatisticsValue |
withChildTime(double millis) |
GwtDebugStatisticsValue |
withChildTimes(double childStart,
double childEnd) |
GwtDebugStatisticsValue |
withEndTime(double millis) |
GwtDebugStatisticsValue |
withStartTime(double millis) |
GwtDebugStatisticsValue |
withTimes(double start,
double end) |
getEndTime, getLabel, getModuleName, getStartTimepublic String getRpcMethod()
public void setRpcMethod(String method)
public boolean hasRpcMethod()
public Object getResponse()
public void setResponse(Object response)
public boolean hasResponse()
public GwtDebugStatisticsValue withTimes(double start, double end)
public GwtDebugStatisticsValue withChildTime(double millis)
public GwtDebugStatisticsValue withChildTimes(double childStart, double childEnd)
public GwtDebugStatisticsValue withEndTime(double millis)
public GwtDebugStatisticsValue withStartTime(double millis)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.