public class CorrelationIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CorrelationIdentifier.Scope
This enumerated value represents the scope of the correlation identifier.
|
| Constructor and Description |
|---|
CorrelationIdentifier() |
CorrelationIdentifier(CorrelationIdentifier.Scope scope,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CorrelationIdentifier.Scope |
getScope() |
String |
getValue() |
int |
hashCode() |
void |
setScope(CorrelationIdentifier.Scope scope) |
void |
setValue(String value) |
String |
toString() |
public CorrelationIdentifier()
public CorrelationIdentifier(CorrelationIdentifier.Scope scope, String value)
public String getValue()
public void setValue(String value)
value - the value to setpublic CorrelationIdentifier.Scope getScope()
public void setScope(CorrelationIdentifier.Scope scope)
scope - the scope to setCopyright © 2015 Red Hat, Inc.. All rights reserved.