public class DeleteLayerVersionRequest extends AbstractModel
Constructor and Description |
---|
DeleteLayerVersionRequest() |
DeleteLayerVersionRequest(DeleteLayerVersionRequest 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 版本号
|
void |
setLayerName(String LayerName)
Set 层名称
|
void |
setLayerVersion(Long LayerVersion)
Set 版本号
|
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 DeleteLayerVersionRequest()
public DeleteLayerVersionRequest(DeleteLayerVersionRequest source)
public String getLayerName()
public void setLayerName(String LayerName)
LayerName
- 层名称public Long getLayerVersion()
public void setLayerVersion(Long LayerVersion)
LayerVersion
- 版本号Copyright © 2021. All rights reserved.