public class SdkGenerateByAppForRegionResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
downloadLink
The code of the SDK by using the Base64 scheme.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
SdkGenerateByAppForRegionResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SdkGenerateByAppForRegionResponseBody |
build(Map<String,?> map) |
String |
getDownloadLink() |
String |
getRequestId() |
SdkGenerateByAppForRegionResponseBody |
setDownloadLink(String downloadLink) |
SdkGenerateByAppForRegionResponseBody |
setRequestId(String requestId) |
@NameInMap(value="DownloadLink") public String downloadLink
The code of the SDK by using the Base64 scheme. You can obtain the file by using the Base64 decoding scheme.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static SdkGenerateByAppForRegionResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic SdkGenerateByAppForRegionResponseBody setDownloadLink(String downloadLink)
public String getDownloadLink()
public SdkGenerateByAppForRegionResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.