public class TestResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="correlationId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="threadName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
correlationId |
protected String |
threadName |
| Constructor and Description |
|---|
TestResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
Gets the value of the correlationId property.
|
String |
getThreadName()
Gets the value of the threadName property.
|
void |
setCorrelationId(String value)
Sets the value of the correlationId property.
|
void |
setThreadName(String value)
Sets the value of the threadName property.
|
public String getCorrelationId()
Stringpublic void setCorrelationId(String value)
value - allowed object is
Stringpublic String getThreadName()
StringCopyright © 2024. All rights reserved.