public static class AddKnowledgeRequest.AddKnowledgeRequestAttachmentList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
mimeType
example:
doc
|
String |
path |
Long |
size
example:
655
|
String |
suffix
example:
pdf
|
String |
title
example:
测试附件
|
构造器和说明 |
---|
AddKnowledgeRequestAttachmentList() |
@NameInMap(value="mime_type") public String mimeType
doc
@NameInMap(value="path") public String path
@NameInMap(value="size") public Long size
655
@NameInMap(value="suffix") public String suffix
@NameInMap(value="title") public String title
测试附件
public static AddKnowledgeRequest.AddKnowledgeRequestAttachmentList build(Map<String,?> map) throws Exception
Exception
public AddKnowledgeRequest.AddKnowledgeRequestAttachmentList setMimeType(String mimeType)
public String getMimeType()
public AddKnowledgeRequest.AddKnowledgeRequestAttachmentList setPath(String path)
public String getPath()
public AddKnowledgeRequest.AddKnowledgeRequestAttachmentList setSize(Long size)
public Long getSize()
public AddKnowledgeRequest.AddKnowledgeRequestAttachmentList setSuffix(String suffix)
public String getSuffix()
public AddKnowledgeRequest.AddKnowledgeRequestAttachmentList setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.