com.supermap.data

Class 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 directly
      void setCacheEnable(boolean enable)
      Set whether to request caches from the server directly
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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