public class ListLayerVersionsRequest extends AbstractModel
Constructor and Description |
---|
ListLayerVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCompatibleRuntime()
Get Compatible runtimes
|
String |
getLayerName()
Get Layer name
|
void |
setCompatibleRuntime(String[] CompatibleRuntime)
Set Compatible runtimes
|
void |
setLayerName(String LayerName)
Set Layer name
|
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 String getLayerName()
public void setLayerName(String LayerName)
LayerName
- Layer namepublic String[] getCompatibleRuntime()
public void setCompatibleRuntime(String[] CompatibleRuntime)
CompatibleRuntime
- Compatible runtimesCopyright © 2020. All rights reserved.