public class StatisticsLog extends Object
Constructor and Description |
---|
StatisticsLog(String id,
ComponentType componentType) |
StatisticsLog(String id,
long startTime,
ComponentType componentType) |
Modifier and Type | Method and Description |
---|---|
ComponentType |
getComponentType() |
ErrorLog |
getErrorLog() |
String |
getId() |
long |
getTime() |
boolean |
isEndAnyLog() |
boolean |
isFault() |
boolean |
isResponse() |
void |
setEndAnyLog(boolean endAnyLog) |
void |
setErrorLog(ErrorLog errorLog) |
void |
setFault(boolean fault) |
void |
setResponse(boolean response) |
void |
setTime(long time) |
String |
toString() |
public StatisticsLog(String id, ComponentType componentType)
public StatisticsLog(String id, long startTime, ComponentType componentType)
public String getId()
public ComponentType getComponentType()
public long getTime()
public void setTime(long time)
public boolean isResponse()
public boolean isFault()
public void setFault(boolean fault)
public void setResponse(boolean response)
public void setEndAnyLog(boolean endAnyLog)
public boolean isEndAnyLog()
public ErrorLog getErrorLog()
public void setErrorLog(ErrorLog errorLog)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.