public class CreateApplicationSnapshotRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateApplicationSnapshotRequest() |
CreateApplicationSnapshotRequest(CreateApplicationSnapshotRequest 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 |
getApplicationDownloadUrl()
Get Application download address (if the version is created by file upload, this parameter is an empty string).
|
String |
getApplicationId()
Get Application ID.
|
void |
setApplicationDownloadUrl(String ApplicationDownloadUrl)
Set Application download address (if the version is created by file upload, this parameter is an empty string).
|
void |
setApplicationId(String ApplicationId)
Set Application ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateApplicationSnapshotRequest()
public CreateApplicationSnapshotRequest(CreateApplicationSnapshotRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application ID.public String getApplicationDownloadUrl()
public void setApplicationDownloadUrl(String ApplicationDownloadUrl)
ApplicationDownloadUrl
- Application download address (if the version is created by file upload, this parameter is an empty string).Copyright © 2025. All rights reserved.