public static class CreateTaskRequest.CreateTaskRequestCustomfieldsValue
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CreateTaskRequestCustomfieldsValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTaskRequest.CreateTaskRequestCustomfieldsValue |
build(Map<String,?> map) |
String |
getId() |
String |
getThumbUrl() |
String |
getTitle() |
CreateTaskRequest.CreateTaskRequestCustomfieldsValue |
setId(String id) |
CreateTaskRequest.CreateTaskRequestCustomfieldsValue |
setThumbUrl(String thumbUrl) |
CreateTaskRequest.CreateTaskRequestCustomfieldsValue |
setTitle(String title) |
@NameInMap(value="id") public String id
@NameInMap(value="thumbUrl") public String thumbUrl
@NameInMap(value="title") public String title
我是自定义字段显示值
public static CreateTaskRequest.CreateTaskRequestCustomfieldsValue build(Map<String,?> map) throws Exception
Exceptionpublic CreateTaskRequest.CreateTaskRequestCustomfieldsValue setId(String id)
public String getId()
public CreateTaskRequest.CreateTaskRequestCustomfieldsValue setThumbUrl(String thumbUrl)
public String getThumbUrl()
public CreateTaskRequest.CreateTaskRequestCustomfieldsValue setTitle(String title)
public String getTitle()
Copyright © 2025. All rights reserved.