Class GetLayerVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.GetLayerVersionRequest
-
public class GetLayerVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetLayerVersionRequest()GetLayerVersionRequest(GetLayerVersionRequest 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 StringgetLayerName()Get 层名称LonggetLayerVersion()Get 版本号voidsetLayerName(String LayerName)Set 层名称voidsetLayerVersion(Long LayerVersion)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
-
GetLayerVersionRequest
public GetLayerVersionRequest()
-
GetLayerVersionRequest
public GetLayerVersionRequest(GetLayerVersionRequest 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- 层名称
-
getLayerVersion
public Long getLayerVersion()
Get 版本号- Returns:
- LayerVersion 版本号
-
setLayerVersion
public void setLayerVersion(Long LayerVersion)
Set 版本号- Parameters:
LayerVersion- 版本号
-
-