public class AttachmentsMapValue
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
AttachmentsMapValue() |
限定符和类型 | 方法和说明 |
---|---|
static AttachmentsMapValue |
build(Map<String,?> map) |
String |
getMediaType() |
String |
getName() |
String |
getUploadKey() |
AttachmentsMapValue |
setMediaType(String mediaType) |
AttachmentsMapValue |
setName(String name) |
AttachmentsMapValue |
setUploadKey(String uploadKey) |
@NameInMap(value="uploadKey") public String uploadKey
@NameInMap(value="name") public String name
@NameInMap(value="mediaType") public String mediaType
public static AttachmentsMapValue build(Map<String,?> map) throws Exception
Exception
public AttachmentsMapValue setUploadKey(String uploadKey)
public String getUploadKey()
public AttachmentsMapValue setName(String name)
public String getName()
public AttachmentsMapValue setMediaType(String mediaType)
public String getMediaType()
Copyright © 2024. All rights reserved.