public class ListLayersRequest extends AbstractModel
header, skipSign
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 Compatible runtimes
|
Long |
getLimit()
Get Limit
|
Long |
getOffset()
Get Offset
|
String |
getSearchKey()
Get Query key, which fuzzily matches the name
|
void |
setCompatibleRuntime(String CompatibleRuntime)
Set Compatible runtimes
|
void |
setLimit(Long Limit)
Set Limit
|
void |
setOffset(Long Offset)
Set Offset
|
void |
setSearchKey(String SearchKey)
Set Query key, which fuzzily matches the name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListLayersRequest()
public ListLayersRequest(ListLayersRequest source)
public String getCompatibleRuntime()
public void setCompatibleRuntime(String CompatibleRuntime)
CompatibleRuntime
- Compatible runtimespublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limitpublic String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- Query key, which fuzzily matches the nameCopyright © 2024. All rights reserved.