public static class AddKnowledgeRequest.AddKnowledgeRequestAttachmentList
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
AddKnowledgeRequestAttachmentList() |
@NameInMap(value="mime_type") public String mimeType
@NameInMap(value="path") public String path
@NameInMap(value="size") public Long size
@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 © 2022. All rights reserved.