Constructor and Description |
---|
RequestImpl(Set<String> propertyIds,
Set<Map<String,Object>> properties,
Map<String,String> requestInfoProperties,
Map<String,TemporalInfo> mapTemporalInfo)
Create a request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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. |
int |
hashCode() |
String |
toString() |
public RequestImpl(Set<String> propertyIds, Set<Map<String,Object>> properties, Map<String,String> requestInfoProperties, Map<String,TemporalInfo> mapTemporalInfo)
propertyIds
- property ids associated with the request; may be nullproperties
- resource properties associated with the request; may be nullrequestInfoProperties
- request properties; may be nullmapTemporalInfo
- temporal infopublic Set<String> getPropertyIds()
Request
getPropertyIds
in interface Request
public Set<Map<String,Object>> getProperties()
Request
getProperties
in interface Request
public Map<String,String> getRequestInfoProperties()
Request
getRequestInfoProperties
in interface Request
public TemporalInfo getTemporalInfo(String id)
Request
temporal information
for the given property
id for this request, if any.getTemporalInfo
in interface Request
id
- the property idCopyright © 2016. All rights reserved.