public class Result extends Object
Constructor and Description |
---|
Result(String correlator,
AttributeList attributes)
Construct a result object.
|
Modifier and Type | Method and Description |
---|---|
AttributeList |
getAttributes()
Get the list of attributes of this Result
|
String |
getCorrelator()
The Correlator of this Result
|
void |
setAttributes(AttributeList attributes)
sets the Attribute List
|
void |
setCorrelator(String correlator)
set the correlator of the Result
|
String |
toString() |
public Result(String correlator, AttributeList attributes)
correlator
- The Correlator of the Attributesattributes
- The List of Attributes.public String getCorrelator()
public void setCorrelator(String correlator)
correlator
- public AttributeList getAttributes()
public void setAttributes(AttributeList attributes)
attributes
- Copyright © 2019 WSO2. All rights reserved.