xxx
public class OpenAgoalLatestProgressDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
created
This parameter is required.
|
OpenAgoalUserDTO |
creator
This parameter is required.
|
String |
htmldescription
This parameter is required.
|
String |
progressId
This parameter is required.
|
| 构造器和说明 |
|---|
OpenAgoalLatestProgressDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenAgoalLatestProgressDTO |
build(Map<String,?> map) |
Long |
getCreated() |
OpenAgoalUserDTO |
getCreator() |
String |
getHtmldescription() |
String |
getProgressId() |
OpenAgoalLatestProgressDTO |
setCreated(Long created) |
OpenAgoalLatestProgressDTO |
setCreator(OpenAgoalUserDTO creator) |
OpenAgoalLatestProgressDTO |
setHtmldescription(String htmldescription) |
OpenAgoalLatestProgressDTO |
setProgressId(String progressId) |
@NameInMap(value="created") public Long created
This parameter is required.
example:1716952481672
@NameInMap(value="creator") public OpenAgoalUserDTO creator
This parameter is required.
@NameInMap(value="htmldescription") public String htmldescription
This parameter is required.
example:xxx
@NameInMap(value="progressId") public String progressId
This parameter is required.
example:6444f5e9a4261c6e699dxxxx
public static OpenAgoalLatestProgressDTO build(Map<String,?> map) throws Exception
Exceptionpublic OpenAgoalLatestProgressDTO setCreated(Long created)
public Long getCreated()
public OpenAgoalLatestProgressDTO setCreator(OpenAgoalUserDTO creator)
public OpenAgoalUserDTO getCreator()
public OpenAgoalLatestProgressDTO setHtmldescription(String htmldescription)
public String getHtmldescription()
public OpenAgoalLatestProgressDTO setProgressId(String progressId)
public String getProgressId()
Copyright © 2025. All rights reserved.