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 WebParamsTypegetType()Get service type.booleanisCacheEnabled()Get whether to request caches from the server directlyvoidsetCacheEnable(boolean enable)Set whether to request caches from the server directly
-
-
-
Method Detail
-
getType
public WebParamsType getType()
Description copied from class:WebParamsGet service type.- Specified by:
getTypein 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
-
-