Class ListLayerVersionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.ListLayerVersionsRequest
-
public class ListLayerVersionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListLayerVersionsRequest()ListLayerVersionsRequest(ListLayerVersionsRequest 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 String[]getCompatibleRuntime()Get 适配的运行时StringgetLayerName()Get 层名称voidsetCompatibleRuntime(String[] CompatibleRuntime)Set 适配的运行时voidsetLayerName(String LayerName)Set 层名称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
-
ListLayerVersionsRequest
public ListLayerVersionsRequest()
-
ListLayerVersionsRequest
public ListLayerVersionsRequest(ListLayerVersionsRequest 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
-
getLayerName
public String getLayerName()
Get 层名称- Returns:
- LayerName 层名称
-
setLayerName
public void setLayerName(String LayerName)
Set 层名称- Parameters:
LayerName- 层名称
-
getCompatibleRuntime
public String[] getCompatibleRuntime()
Get 适配的运行时- Returns:
- CompatibleRuntime 适配的运行时
-
setCompatibleRuntime
public void setCompatibleRuntime(String[] CompatibleRuntime)
Set 适配的运行时- Parameters:
CompatibleRuntime- 适配的运行时
-
-