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