| Constructor and Description |
|---|
CompletionTime() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
String |
getEndpointType() |
String |
getHostAddress()
Get host address (e.g.
|
String |
getHostName()
This method sets the hostname, where the completion time is associated
with a fragment.
|
String |
getId() |
String |
getOperation() |
Set<Property> |
getProperties() |
Set<Property> |
getProperties(String name)
This method returns the set of properties having the
supplied property name.
|
long |
getTimestamp() |
String |
getTransaction() |
String |
getUri() |
boolean |
hasProperty(String name)
This method determines whether there is atleast one
property with the supplied name.
|
boolean |
isInternal() |
void |
setDuration(long duration) |
void |
setEndpointType(String endpointType) |
void |
setHostAddress(String hostAddress)
Set host address (e.g.
|
void |
setHostName(String hostName) |
void |
setId(String id) |
void |
setInternal(boolean internal) |
void |
setOperation(String operation) |
void |
setProperties(Set<Property> properties) |
void |
setTimestamp(long timestamp) |
void |
setTransaction(String transaction) |
void |
setUri(String uri) |
String |
toString() |
public void setId(String id)
id - the id to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the endpointType to setpublic String getTransaction()
public void setTransaction(String transaction)
transaction - the transaction to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp in microsecondspublic long getDuration()
public void setDuration(long duration)
duration - the duration in microsecondspublic String getHostName()
public void setHostName(String hostName)
hostName - the hostName to setpublic String getHostAddress()
public void setHostAddress(String hostAddress)
hostAddress - the host addresspublic void setProperties(Set<Property> properties)
properties - the properties to setpublic boolean hasProperty(String name)
name - The property namepublic Set<Property> getProperties(String name)
name - The property namepublic boolean isInternal()
public void setInternal(boolean internal)
internal - the internal to setCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.