Class ListLayersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.ListLayersRequest
-
public class ListLayersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompatibleRuntime()Get 适配的运行时LonggetLimit()Get 查询数目限制LonggetOffset()Get 偏移位置StringgetSearchKey()Get 查询key,模糊匹配名称voidsetCompatibleRuntime(String CompatibleRuntime)Set 适配的运行时voidsetLimit(Long Limit)Set 查询数目限制voidsetOffset(Long Offset)Set 偏移位置voidsetSearchKey(String SearchKey)Set 查询key,模糊匹配名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,模糊匹配名称
-
-