public class ResponseContainer extends Object
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getAttribute(String key)
Get attribute value identified by name.
|
String |
getId()
Get response data identifier.
|
String |
getType()
Get type of the response data.
|
protected void |
setAttribute(String key,
Object value)
Set attribute value identified by name.
|
void |
setId(String id)
Set response data identifier.
|
public String getId()
public void setId(String id)
id - response data identifier.public String getType()
protected Object getAttribute(String key)
key - attribute identifierCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.