public class ResponseTime extends Object
| Constructor and Description |
|---|
ResponseTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBusinessTransaction() |
List<CorrelationIdentifier> |
getCorrelationIds() |
Map<String,String> |
getDetails() |
long |
getDuration() |
String |
getFault() |
String |
getId() |
Map<String,String> |
getProperties() |
long |
getTimestamp() |
NodeType |
getType() |
String |
getUri() |
int |
hashCode() |
void |
setBusinessTransaction(String businessTransaction) |
void |
setCorrelationIds(List<CorrelationIdentifier> correlationIds) |
void |
setDetails(Map<String,String> details) |
void |
setDuration(long duration) |
void |
setFault(String fault) |
void |
setId(String id) |
void |
setProperties(Map<String,String> properties) |
void |
setTimestamp(long timestamp) |
void |
setType(NodeType type) |
void |
setUri(String uri) |
String |
toString() |
public String getId()
public void setId(String id)
id - the id to setpublic String getBusinessTransaction()
public void setBusinessTransaction(String businessTransaction)
businessTransaction - the businessTransaction to setpublic NodeType getType()
public void setType(NodeType type)
type - the type to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic long getDuration()
public void setDuration(long duration)
duration - the duration to setpublic String getFault()
public void setFault(String fault)
fault - the fault to setpublic void setProperties(Map<String,String> properties)
properties - the properties to setpublic void setDetails(Map<String,String> details)
details - the details to setpublic List<CorrelationIdentifier> getCorrelationIds()
public void setCorrelationIds(List<CorrelationIdentifier> correlationIds)
correlationIds - the correlationIds to setCopyright © 2015 Red Hat, Inc.. All rights reserved.