public interface Request
Modifier and Type | Method and Description |
---|---|
Set<Map<String,Object>> |
getProperties()
Get the property values of the request.
|
Set<String> |
getPropertyIds()
Get the set of property ids being requested.
|
Map<String,String> |
getRequestInfoProperties()
Get any request info properties of the request.
|
TemporalInfo |
getTemporalInfo(String id)
Get the
temporal information for the given property
id for this request, if any. |
Set<String> getPropertyIds()
Set<Map<String,Object>> getProperties()
Map<String,String> getRequestInfoProperties()
TemporalInfo getTemporalInfo(String id)
temporal information
for the given property
id for this request, if any.id
- the property idCopyright © 2017. All rights reserved.