public class TraceIdentifier extends Object
Java class for traceIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="traceIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="correlationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationID |
protected String |
correlationID |
protected String |
processID |
protected OffsetDateTime |
timestamp |
| Constructor and Description |
|---|
TraceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationID()
Gets the value of the applicationID property.
|
String |
getCorrelationID()
Gets the value of the correlationID property.
|
String |
getProcessID()
Gets the value of the processID property.
|
OffsetDateTime |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setApplicationID(String value)
Sets the value of the applicationID property.
|
void |
setCorrelationID(String value)
Sets the value of the correlationID property.
|
void |
setProcessID(String value)
Sets the value of the processID property.
|
void |
setTimestamp(OffsetDateTime value)
Sets the value of the timestamp property.
|
protected String applicationID
protected OffsetDateTime timestamp
protected String correlationID
protected String processID
public String getApplicationID()
Stringpublic void setApplicationID(String value)
value - allowed object is
Stringpublic OffsetDateTime getTimestamp()
Stringpublic void setTimestamp(OffsetDateTime value)
value - allowed object is
Stringpublic String getCorrelationID()
Stringpublic void setCorrelationID(String value)
value - allowed object is
Stringpublic String getProcessID()
StringCopyright © 2018 Pivotal Software, Inc.. All rights reserved.