public class ImportMasterKeyVO
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ImportMasterKeyVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImportMasterKeyVO |
build(Map<String,?> map) |
String |
getEncryptMekDataBase64() |
Long |
getMekId() |
List<Long> |
getProjectId() |
ImportMasterKeyVO |
setEncryptMekDataBase64(String encryptMekDataBase64) |
ImportMasterKeyVO |
setMekId(Long mekId) |
ImportMasterKeyVO |
setProjectId(List<Long> projectId) |
@NameInMap(value="EncryptMekDataBase64") public String encryptMekDataBase64
@NameInMap(value="MekId") public Long mekId
public static ImportMasterKeyVO build(Map<String,?> map) throws Exception
Exceptionpublic ImportMasterKeyVO setEncryptMekDataBase64(String encryptMekDataBase64)
public String getEncryptMekDataBase64()
public ImportMasterKeyVO setMekId(Long mekId)
public Long getMekId()
public ImportMasterKeyVO setProjectId(List<Long> projectId)
Copyright © 2025. All rights reserved.