public class ListLayerVersionsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCompatibleRuntime()
Get 适配的运行时
|
String |
getLayerName()
Get 层名称
|
void |
setCompatibleRuntime(String[] CompatibleRuntime)
Set 适配的运行时
|
void |
setLayerName(String LayerName)
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 ListLayerVersionsRequest()
public ListLayerVersionsRequest(ListLayerVersionsRequest source)
public String getLayerName()
public void setLayerName(String LayerName)
LayerName
- 层名称public String[] getCompatibleRuntime()
public void setCompatibleRuntime(String[] CompatibleRuntime)
CompatibleRuntime
- 适配的运行时Copyright © 2022. All rights reserved.