public class TraceNodeBean extends Object
Constructor and Description |
---|
TraceNodeBean()
Constructor.
|
public long getDuration()
public int getPercentage()
public String getStatus()
public String getDescription()
public List<TraceNodeBean> getTasks()
public void setDuration(long duration)
duration
- the duration to setpublic void setPercentage(int percentage)
percentage
- the percentage to setpublic void setStatus(String status)
status
- the status to setpublic void setProperties(Map<String,String> properties)
properties
- the properties to setpublic void setDescription(String description)
description
- the description to setpublic void setTasks(List<TraceNodeBean> tasks)
tasks
- the tasks to setpublic String getIface()
public String getOperation()
public String getFault()
public String getComponent()
public String getRequest()
public String getResponse()
public String getPrincipal()
public long getRequestLatency()
public long getResponseLatency()
public void setIface(String iface)
iface
- the iface to setpublic void setOperation(String operation)
operation
- the operation to setpublic void setFault(String fault)
fault
- the fault to setpublic void setComponent(String component)
component
- the component to setpublic void setRequest(String request)
request
- the request to setpublic void setResponse(String response)
response
- the response to setpublic void setPrincipal(String principal)
principal
- the principal to setpublic void setRequestLatency(long requestLatency)
requestLatency
- the requestLatency to setpublic void setResponseLatency(long responseLatency)
responseLatency
- the responseLatency to setpublic String getType()
public void setType(String type)
type
- the type to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.