public class LayerVersionSimple extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLayerName()
Get 绑定的层名称。解绑层需传递空字符串。
|
Long |
getLayerVersion()
Get 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。
|
void |
setLayerName(String LayerName)
Set 绑定的层名称。解绑层需传递空字符串。
|
void |
setLayerVersion(Long LayerVersion)
Set 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LayerVersionSimple()
public LayerVersionSimple(LayerVersionSimple source)
public String getLayerName()
public void setLayerName(String LayerName)
LayerName
- 绑定的层名称。解绑层需传递空字符串。public Long getLayerVersion()
public void setLayerVersion(Long LayerVersion)
LayerVersion
- 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。Copyright © 2022. All rights reserved.