public class ListLayerVersionsRequest extends AbstractModel
header, skipSign| 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListLayerVersionsRequest()
public ListLayerVersionsRequest(ListLayerVersionsRequest source)
public String getLayerName()
public void setLayerName(String LayerName)
LayerName - Layer namepublic String[] getCompatibleRuntime()
public void setCompatibleRuntime(String[] CompatibleRuntime)
CompatibleRuntime - Compatible runtimesCopyright © 2025. All rights reserved.