public class MapValue
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
MapValue() |
限定符和类型 | 方法和说明 |
---|---|
static MapValue |
build(Map<String,?> map) |
String |
getAuthorName() |
String |
getBelong() |
String |
getContentDownloadUrl() |
String |
getCoverDownloadUrl() |
String |
getCreateTime() |
String |
getDescription() |
String |
getModifiedTime() |
String |
getTemplateId() |
String |
getTitle() |
Integer |
getType() |
Long |
getUsedCount() |
String |
getWorkspaceId() |
String |
getWorkspaceName() |
MapValue |
setAuthorName(String authorName) |
MapValue |
setBelong(String belong) |
MapValue |
setContentDownloadUrl(String contentDownloadUrl) |
MapValue |
setCoverDownloadUrl(String coverDownloadUrl) |
MapValue |
setCreateTime(String createTime) |
MapValue |
setDescription(String description) |
MapValue |
setModifiedTime(String modifiedTime) |
MapValue |
setTemplateId(String templateId) |
MapValue |
setTitle(String title) |
MapValue |
setType(Integer type) |
MapValue |
setUsedCount(Long usedCount) |
MapValue |
setWorkspaceId(String workspaceId) |
MapValue |
setWorkspaceName(String workspaceName) |
@NameInMap(value="templateId") public String templateId
@NameInMap(value="title") public String title
@NameInMap(value="type") public Integer type
@NameInMap(value="coverDownloadUrl") public String coverDownloadUrl
@NameInMap(value="description") public String description
@NameInMap(value="authorName") public String authorName
@NameInMap(value="createTime") public String createTime
@NameInMap(value="modifiedTime") public String modifiedTime
@NameInMap(value="workspaceId") public String workspaceId
@NameInMap(value="workspaceName") public String workspaceName
@NameInMap(value="usedCount") public Long usedCount
@NameInMap(value="belong") public String belong
@NameInMap(value="contentDownloadUrl") public String contentDownloadUrl
public String getTemplateId()
public String getTitle()
public Integer getType()
public String getCoverDownloadUrl()
public String getDescription()
public String getAuthorName()
public String getCreateTime()
public String getModifiedTime()
public String getWorkspaceId()
public String getWorkspaceName()
public Long getUsedCount()
public String getBelong()
public String getContentDownloadUrl()
Copyright © 2024. All rights reserved.