public class ListLayersRequest extends AbstractModel
Constructor and Description |
---|
ListLayersRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompatibleRuntime()
Get 适配的运行时
|
Long |
getLimit()
Get 查询数目限制
|
Long |
getOffset()
Get 偏移位置
|
String |
getSearchKey()
Get 查询key,模糊匹配名称
|
void |
setCompatibleRuntime(String CompatibleRuntime)
Set 适配的运行时
|
void |
setLimit(Long Limit)
Set 查询数目限制
|
void |
setOffset(Long Offset)
Set 偏移位置
|
void |
setSearchKey(String SearchKey)
Set 查询key,模糊匹配名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListLayersRequest()
public ListLayersRequest(ListLayersRequest source)
public String getCompatibleRuntime()
public void setCompatibleRuntime(String CompatibleRuntime)
CompatibleRuntime
- 适配的运行时public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移位置public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询数目限制public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 查询key,模糊匹配名称Copyright © 2021. All rights reserved.