public class GenerateDownloadSecretKeyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appEncryptKey |
String |
requestId |
| 构造器和说明 |
|---|
GenerateDownloadSecretKeyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenerateDownloadSecretKeyResponseBody |
build(Map<String,?> map) |
String |
getAppEncryptKey() |
String |
getRequestId() |
GenerateDownloadSecretKeyResponseBody |
setAppEncryptKey(String appEncryptKey) |
GenerateDownloadSecretKeyResponseBody |
setRequestId(String requestId) |
@NameInMap(value="AppEncryptKey") public String appEncryptKey
@NameInMap(value="RequestId") public String requestId
public static GenerateDownloadSecretKeyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GenerateDownloadSecretKeyResponseBody setAppEncryptKey(String appEncryptKey)
public String getAppEncryptKey()
public GenerateDownloadSecretKeyResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.