public class GenerateDownloadSecretKeyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appDecryptKey |
String |
appIdentification |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
GenerateDownloadSecretKeyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenerateDownloadSecretKeyRequest |
build(Map<String,?> map) |
String |
getAppDecryptKey() |
String |
getAppIdentification() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GenerateDownloadSecretKeyRequest |
setAppDecryptKey(String appDecryptKey) |
GenerateDownloadSecretKeyRequest |
setAppIdentification(String appIdentification) |
GenerateDownloadSecretKeyRequest |
setOwnerId(Long ownerId) |
GenerateDownloadSecretKeyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GenerateDownloadSecretKeyRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AppDecryptKey") public String appDecryptKey
@NameInMap(value="AppIdentification") public String appIdentification
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GenerateDownloadSecretKeyRequest build(Map<String,?> map) throws Exception
Exceptionpublic GenerateDownloadSecretKeyRequest setAppDecryptKey(String appDecryptKey)
public String getAppDecryptKey()
public GenerateDownloadSecretKeyRequest setAppIdentification(String appIdentification)
public String getAppIdentification()
public GenerateDownloadSecretKeyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GenerateDownloadSecretKeyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GenerateDownloadSecretKeyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.