Class LayerVersionSimple
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.LayerVersionSimple
-
public class LayerVersionSimple extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LayerVersionSimple()LayerVersionSimple(LayerVersionSimple 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 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。voidsetLayerName(String LayerName)Set 绑定的层名称。解绑层需传递空字符串。voidsetLayerVersion(Long LayerVersion)Set 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。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
-
LayerVersionSimple
public LayerVersionSimple()
-
LayerVersionSimple
public LayerVersionSimple(LayerVersionSimple 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 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。- Returns:
- LayerVersion 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。
-
setLayerVersion
public void setLayerVersion(Long LayerVersion)
Set 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。- Parameters:
LayerVersion- 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。
-
-