public static class CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
content
关联对象描述
|
String |
thumbnailUrl
关联对象头像url
|
String |
title
关联对象标题
|
String |
url
关联对象链接url
|
构造器和说明 |
---|
CreateTaskObjectLinkRequestLinkedData() |
@NameInMap(value="content") public String content
关联对象描述
@NameInMap(value="thumbnailUrl") public String thumbnailUrl
关联对象头像url
@NameInMap(value="title") public String title
关联对象标题
@NameInMap(value="url") public String url
关联对象链接url
public static CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData build(Map<String,?> map) throws Exception
Exception
public CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData setContent(String content)
public String getContent()
public CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData setThumbnailUrl(String thumbnailUrl)
public String getThumbnailUrl()
public CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData setTitle(String title)
public String getTitle()
public CreateTaskObjectLinkRequest.CreateTaskObjectLinkRequestLinkedData setUrl(String url)
public String getUrl()
Copyright © 2023. All rights reserved.