public static class RequestParams.ParamSet extends Object implements MapSerializable
Modifier and Type | Method and Description |
---|---|
RequestParams.VersionedParams |
getParams(String type) |
Long |
getVersion() |
Map<String,Object> |
toMap(Map<String,Object> result)
Use the passed map to minimize object creation.
|
RequestParams.ParamSet |
update(Map map) |
public Long getVersion()
public Map<String,Object> toMap(Map<String,Object> result)
MapSerializable
toMap
in interface MapSerializable
public RequestParams.ParamSet update(Map map)
public RequestParams.VersionedParams getParams(String type)