public class TracedCallStepAO extends Object implements Serializable
| Constructor and Description |
|---|
TracedCallStepAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(TracedCallStepAO c) |
String |
getCall() |
List<TracedCallStepAO> |
getChildren() |
long |
getDuration() |
String |
getFullCall() |
int |
getId() |
String |
getIdent() |
int |
getLayer() |
int |
getLevel() |
String |
getNiceId() |
String |
getNiceParentId() |
int |
getParentId() |
long |
getTimespent() |
boolean |
isAborted() |
boolean |
isParentAvailable() |
boolean |
isRoot() |
void |
setAborted(boolean aborted) |
void |
setCall(String aCall) |
void |
setChildren(List<TracedCallStepAO> children) |
void |
setDuration(long duration) |
void |
setFullCall(String fullCall) |
void |
setId(int id) |
void |
setIdent(String ident) |
void |
setLayer(int layer) |
void |
setLevel(int level) |
void |
setParentId(int parentId) |
void |
setRoot(boolean root) |
void |
setTimespent(long timespent) |
String |
toString() |
public void addChild(TracedCallStepAO c)
public boolean isAborted()
public void setAborted(boolean aborted)
public String getCall()
public void setCall(String aCall)
public List<TracedCallStepAO> getChildren()
public void setChildren(List<TracedCallStepAO> children)
public long getDuration()
public void setDuration(long duration)
public long getTimespent()
public void setTimespent(long timespent)
public String getIdent()
public void setIdent(String ident)
public boolean isRoot()
public void setRoot(boolean root)
public int getLayer()
public void setLayer(int layer)
public String getFullCall()
public void setFullCall(String fullCall)
public String getNiceId()
public int getId()
public void setId(int id)
public String getNiceParentId()
public int getParentId()
public void setParentId(int parentId)
public boolean isParentAvailable()
public int getLevel()
public void setLevel(int level)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.