public class ResponseTimeInformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseTimeInformation.ResponseTimeItem |
Constructor and Description |
---|
ResponseTimeInformation() |
Modifier and Type | Method and Description |
---|---|
void |
computeServerTotal() |
List<ResponseTimeInformation.ResponseTimeItem> |
getDurationBreakdown() |
Long |
getTotalClientDuration() |
Long |
getTotalServerDuration() |
void |
setDurationBreakdown(List<ResponseTimeInformation.ResponseTimeItem> durationBreakdown) |
void |
setTotalClientDuration(Long totalClientDuration) |
void |
setTotalServerDuration(Long totalServerDuration) |
public Long getTotalServerDuration()
public void setTotalServerDuration(Long totalServerDuration)
public Long getTotalClientDuration()
public void setTotalClientDuration(Long totalClientDuration)
public List<ResponseTimeInformation.ResponseTimeItem> getDurationBreakdown()
public void setDurationBreakdown(List<ResponseTimeInformation.ResponseTimeItem> durationBreakdown)
public void computeServerTotal()
Copyright © 2016. All Rights Reserved.