Class ListLayersRequest

    • Constructor Detail

      • ListLayersRequest

        public ListLayersRequest()
      • ListLayersRequest

        public ListLayersRequest​(ListLayersRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCompatibleRuntime

        public String getCompatibleRuntime()
        Get 适配的运行时
        Returns:
        CompatibleRuntime 适配的运行时
      • setCompatibleRuntime

        public void setCompatibleRuntime​(String CompatibleRuntime)
        Set 适配的运行时
        Parameters:
        CompatibleRuntime - 适配的运行时
      • getOffset

        public Long getOffset()
        Get 偏移位置
        Returns:
        Offset 偏移位置
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移位置
        Parameters:
        Offset - 偏移位置
      • getLimit

        public Long getLimit()
        Get 查询数目限制
        Returns:
        Limit 查询数目限制
      • setLimit

        public void setLimit​(Long Limit)
        Set 查询数目限制
        Parameters:
        Limit - 查询数目限制
      • getSearchKey

        public String getSearchKey()
        Get 查询key,模糊匹配名称
        Returns:
        SearchKey 查询key,模糊匹配名称
      • setSearchKey

        public void setSearchKey​(String SearchKey)
        Set 查询key,模糊匹配名称
        Parameters:
        SearchKey - 查询key,模糊匹配名称