public class OpenObjectiveDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
OpenUserDTO |
executor |
List<OpenKeyResultDTO> |
keyResults |
String |
objectiveId
example:
65222640d0e8b868f9f9ae3c
|
OpenPeriodDTO |
period |
Long |
progress
example:
80
|
Long |
status
example:
1
|
List<OpenTeamDTO> |
teams |
String |
title
example:
这是一个O的标题
|
Double |
weight
example:
10.00
|
| 构造器和说明 |
|---|
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() |
Double |
getWeight() |
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) |
OpenObjectiveDTO |
setWeight(Double weight) |
@NameInMap(value="executor") public OpenUserDTO executor
@NameInMap(value="keyResults") public List<OpenKeyResultDTO> keyResults
@NameInMap(value="objectiveId") public String objectiveId
65222640d0e8b868f9f9ae3c
@NameInMap(value="period") public OpenPeriodDTO period
@NameInMap(value="progress") public Long progress
80
@NameInMap(value="status") public Long status
1
@NameInMap(value="teams") public List<OpenTeamDTO> teams
@NameInMap(value="title") public String title
这是一个O的标题
@NameInMap(value="weight") public Double weight
10.00
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()
public OpenObjectiveDTO setWeight(Double weight)
public Double getWeight()
Copyright © 2025. All rights reserved.