public class DataSourceRequest extends Object implements flipkart.lego.api.entities.Request
| Constructor and Description |
|---|
DataSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributeMap() |
boolean |
hasAttribute(String key) |
void |
setAttribute(String key,
Object value) |
void |
setAttributes(Map<String,Object> attributes) |
public void setAttribute(String key, Object value)
setAttribute in interface flipkart.lego.api.helpers.Attributespublic void setAttributes(Map<String,Object> attributes)
setAttributes in interface flipkart.lego.api.helpers.Attributespublic Object getAttribute(String key)
getAttribute in interface flipkart.lego.api.helpers.Attributespublic Map<String,Object> getAttributeMap()
getAttributeMap in interface flipkart.lego.api.helpers.Attributespublic boolean hasAttribute(String key)
hasAttribute in interface flipkart.lego.api.helpers.AttributesCopyright © 2016. All rights reserved.