com.supermap.data
Class WebRestParams
- java.lang.Object
-
- com.supermap.data.WebParams
-
- com.supermap.data.WebRestParams
-
public class WebRestParams extends WebParams
REST web service parameter class
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description WebParamsType
getType()
Get service type.boolean
isCacheEnabled()
Get whether to request caches from the server directlyvoid
setCacheEnable(boolean enable)
Set whether to request caches from the server directly
-
-
-
Method Detail
-
getType
public WebParamsType getType()
Description copied from class:WebParams
Get service type.- Specified by:
getType
in classWebParams
- Returns:
- Return service type.
- See Also:
WebParams.getType()
-
setCacheEnable
public void setCacheEnable(boolean enable)
Set whether to request caches from the server directly- Parameters:
enable
- whether to get caches at the server
-
isCacheEnabled
public boolean isCacheEnabled()
Get whether to request caches from the server directly- Returns:
- whether to request caches from the server directly
-
-