public class OpenObjectiveDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
OpenUserDTO |
executor |
List<OpenKeyResultDTO> |
keyResults |
String |
objectiveId |
OpenPeriodDTO |
period |
Long |
progress |
Long |
status |
List<OpenTeamDTO> |
teams |
String |
title |
| 构造器和说明 |
|---|
OpenObjectiveDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OpenObjectiveDTO |
build(Map<String,?> map) |
OpenUserDTO |
getExecutor() |
List<OpenKeyResultDTO> |
getKeyResults() |
String |
getObjectiveId() |
OpenPeriodDTO |
getPeriod() |
Long |
getProgress() |
Long |
getStatus() |
List<OpenTeamDTO> |
getTeams() |
String |
getTitle() |
OpenObjectiveDTO |
setExecutor(OpenUserDTO executor) |
OpenObjectiveDTO |
setKeyResults(List<OpenKeyResultDTO> keyResults) |
OpenObjectiveDTO |
setObjectiveId(String objectiveId) |
OpenObjectiveDTO |
setPeriod(OpenPeriodDTO period) |
OpenObjectiveDTO |
setProgress(Long progress) |
OpenObjectiveDTO |
setStatus(Long status) |
OpenObjectiveDTO |
setTeams(List<OpenTeamDTO> teams) |
OpenObjectiveDTO |
setTitle(String title) |
@NameInMap(value="executor") public OpenUserDTO executor
@NameInMap(value="keyResults") public List<OpenKeyResultDTO> keyResults
@NameInMap(value="objectiveId") public String objectiveId
@NameInMap(value="period") public OpenPeriodDTO period
@NameInMap(value="progress") public Long progress
@NameInMap(value="status") public Long status
@NameInMap(value="teams") public List<OpenTeamDTO> teams
@NameInMap(value="title") public String title
public static OpenObjectiveDTO build(Map<String,?> map) throws Exception
Exceptionpublic OpenObjectiveDTO setExecutor(OpenUserDTO executor)
public OpenUserDTO getExecutor()
public OpenObjectiveDTO setKeyResults(List<OpenKeyResultDTO> keyResults)
public List<OpenKeyResultDTO> getKeyResults()
public OpenObjectiveDTO setObjectiveId(String objectiveId)
public String getObjectiveId()
public OpenObjectiveDTO setPeriod(OpenPeriodDTO period)
public OpenPeriodDTO getPeriod()
public OpenObjectiveDTO setProgress(Long progress)
public Long getProgress()
public OpenObjectiveDTO setStatus(Long status)
public Long getStatus()
public OpenObjectiveDTO setTeams(List<OpenTeamDTO> teams)
public List<OpenTeamDTO> getTeams()
public OpenObjectiveDTO setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.