public class OpenAnalyzeDataDTO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
deptCount
This parameter is required.
|
Integer |
noAlignObjectiveCount
This parameter is required.
|
Integer |
noKeyActionCount
This parameter is required.
|
Double |
objectiveAlignRate
This parameter is required.
|
Integer |
objectiveNoSetCount
This parameter is required.
|
Integer |
objectiveRiskCount
This parameter is required.
|
Double |
objectiveSetRate
This parameter is required.
|
Integer |
onlyOneKeyResultCount
This parameter is required.
|
Integer |
onlyOneObjectiveCount
This parameter is required.
|
Double |
progressUpdateRateLast15Days
This parameter is required.
|
Double |
progressUpdateRateLast30Days
This parameter is required.
|
Double |
progressUpdateRateLast7Days
This parameter is required.
|
| 构造器和说明 |
|---|
OpenAnalyzeDataDTO() |
@NameInMap(value="deptCount") public Integer deptCount
This parameter is required.
example:1
@NameInMap(value="noAlignObjectiveCount") public Integer noAlignObjectiveCount
This parameter is required.
example:22
@NameInMap(value="noKeyActionCount") public Integer noKeyActionCount
This parameter is required.
example:33
@NameInMap(value="objectiveAlignRate") public Double objectiveAlignRate
This parameter is required.
example:33.2
@NameInMap(value="objectiveNoSetCount") public Integer objectiveNoSetCount
This parameter is required.
example:1
@NameInMap(value="objectiveRiskCount") public Integer objectiveRiskCount
This parameter is required.
example:11
@NameInMap(value="objectiveSetRate") public Double objectiveSetRate
This parameter is required.
example:33.3
@NameInMap(value="onlyOneKeyResultCount") public Integer onlyOneKeyResultCount
This parameter is required.
example:44
@NameInMap(value="onlyOneObjectiveCount") public Integer onlyOneObjectiveCount
This parameter is required.
example:33
@NameInMap(value="progressUpdateRateLast15Days") public Double progressUpdateRateLast15Days
This parameter is required.
example:22.3
@NameInMap(value="progressUpdateRateLast30Days") public Double progressUpdateRateLast30Days
This parameter is required.
example:33.11
@NameInMap(value="progressUpdateRateLast7Days") public Double progressUpdateRateLast7Days
This parameter is required.
example:33.4
public static OpenAnalyzeDataDTO build(Map<String,?> map) throws Exception
Exceptionpublic OpenAnalyzeDataDTO setDeptCount(Integer deptCount)
public Integer getDeptCount()
public OpenAnalyzeDataDTO setNoAlignObjectiveCount(Integer noAlignObjectiveCount)
public Integer getNoAlignObjectiveCount()
public OpenAnalyzeDataDTO setNoKeyActionCount(Integer noKeyActionCount)
public Integer getNoKeyActionCount()
public OpenAnalyzeDataDTO setObjectiveAlignRate(Double objectiveAlignRate)
public Double getObjectiveAlignRate()
public OpenAnalyzeDataDTO setObjectiveNoSetCount(Integer objectiveNoSetCount)
public Integer getObjectiveNoSetCount()
public OpenAnalyzeDataDTO setObjectiveRiskCount(Integer objectiveRiskCount)
public Integer getObjectiveRiskCount()
public OpenAnalyzeDataDTO setObjectiveSetRate(Double objectiveSetRate)
public Double getObjectiveSetRate()
public OpenAnalyzeDataDTO setOnlyOneKeyResultCount(Integer onlyOneKeyResultCount)
public Integer getOnlyOneKeyResultCount()
public OpenAnalyzeDataDTO setOnlyOneObjectiveCount(Integer onlyOneObjectiveCount)
public Integer getOnlyOneObjectiveCount()
public OpenAnalyzeDataDTO setProgressUpdateRateLast15Days(Double progressUpdateRateLast15Days)
public Double getProgressUpdateRateLast15Days()
public OpenAnalyzeDataDTO setProgressUpdateRateLast30Days(Double progressUpdateRateLast30Days)
public Double getProgressUpdateRateLast30Days()
public OpenAnalyzeDataDTO setProgressUpdateRateLast7Days(Double progressUpdateRateLast7Days)
public Double getProgressUpdateRateLast7Days()
Copyright © 2025. All rights reserved.