All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkchengfeng_1_0.models.OpenAnalyzeDataDTO Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkchengfeng_1_0.models;

import com.aliyun.tea.*;

public class OpenAnalyzeDataDTO extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

1

*/ @NameInMap("deptCount") public Integer deptCount; /** *

This parameter is required.

* * example: *

22

*/ @NameInMap("noAlignObjectiveCount") public Integer noAlignObjectiveCount; /** *

This parameter is required.

* * example: *

33

*/ @NameInMap("noKeyActionCount") public Integer noKeyActionCount; /** *

This parameter is required.

* * example: *

33.2

*/ @NameInMap("objectiveAlignRate") public Double objectiveAlignRate; /** *

This parameter is required.

* * example: *

1

*/ @NameInMap("objectiveNoSetCount") public Integer objectiveNoSetCount; /** *

This parameter is required.

* * example: *

11

*/ @NameInMap("objectiveRiskCount") public Integer objectiveRiskCount; /** *

This parameter is required.

* * example: *

33.3

*/ @NameInMap("objectiveSetRate") public Double objectiveSetRate; /** *

This parameter is required.

* * example: *

44

*/ @NameInMap("onlyOneKeyResultCount") public Integer onlyOneKeyResultCount; /** *

This parameter is required.

* * example: *

33

*/ @NameInMap("onlyOneObjectiveCount") public Integer onlyOneObjectiveCount; /** *

This parameter is required.

* * example: *

22.3

*/ @NameInMap("progressUpdateRateLast15Days") public Double progressUpdateRateLast15Days; /** *

This parameter is required.

* * example: *

33.11

*/ @NameInMap("progressUpdateRateLast30Days") public Double progressUpdateRateLast30Days; /** *

This parameter is required.

* * example: *

33.4

*/ @NameInMap("progressUpdateRateLast7Days") public Double progressUpdateRateLast7Days; public static OpenAnalyzeDataDTO build(java.util.Map map) throws Exception { OpenAnalyzeDataDTO self = new OpenAnalyzeDataDTO(); return TeaModel.build(map, self); } public OpenAnalyzeDataDTO setDeptCount(Integer deptCount) { this.deptCount = deptCount; return this; } public Integer getDeptCount() { return this.deptCount; } public OpenAnalyzeDataDTO setNoAlignObjectiveCount(Integer noAlignObjectiveCount) { this.noAlignObjectiveCount = noAlignObjectiveCount; return this; } public Integer getNoAlignObjectiveCount() { return this.noAlignObjectiveCount; } public OpenAnalyzeDataDTO setNoKeyActionCount(Integer noKeyActionCount) { this.noKeyActionCount = noKeyActionCount; return this; } public Integer getNoKeyActionCount() { return this.noKeyActionCount; } public OpenAnalyzeDataDTO setObjectiveAlignRate(Double objectiveAlignRate) { this.objectiveAlignRate = objectiveAlignRate; return this; } public Double getObjectiveAlignRate() { return this.objectiveAlignRate; } public OpenAnalyzeDataDTO setObjectiveNoSetCount(Integer objectiveNoSetCount) { this.objectiveNoSetCount = objectiveNoSetCount; return this; } public Integer getObjectiveNoSetCount() { return this.objectiveNoSetCount; } public OpenAnalyzeDataDTO setObjectiveRiskCount(Integer objectiveRiskCount) { this.objectiveRiskCount = objectiveRiskCount; return this; } public Integer getObjectiveRiskCount() { return this.objectiveRiskCount; } public OpenAnalyzeDataDTO setObjectiveSetRate(Double objectiveSetRate) { this.objectiveSetRate = objectiveSetRate; return this; } public Double getObjectiveSetRate() { return this.objectiveSetRate; } public OpenAnalyzeDataDTO setOnlyOneKeyResultCount(Integer onlyOneKeyResultCount) { this.onlyOneKeyResultCount = onlyOneKeyResultCount; return this; } public Integer getOnlyOneKeyResultCount() { return this.onlyOneKeyResultCount; } public OpenAnalyzeDataDTO setOnlyOneObjectiveCount(Integer onlyOneObjectiveCount) { this.onlyOneObjectiveCount = onlyOneObjectiveCount; return this; } public Integer getOnlyOneObjectiveCount() { return this.onlyOneObjectiveCount; } public OpenAnalyzeDataDTO setProgressUpdateRateLast15Days(Double progressUpdateRateLast15Days) { this.progressUpdateRateLast15Days = progressUpdateRateLast15Days; return this; } public Double getProgressUpdateRateLast15Days() { return this.progressUpdateRateLast15Days; } public OpenAnalyzeDataDTO setProgressUpdateRateLast30Days(Double progressUpdateRateLast30Days) { this.progressUpdateRateLast30Days = progressUpdateRateLast30Days; return this; } public Double getProgressUpdateRateLast30Days() { return this.progressUpdateRateLast30Days; } public OpenAnalyzeDataDTO setProgressUpdateRateLast7Days(Double progressUpdateRateLast7Days) { this.progressUpdateRateLast7Days = progressUpdateRateLast7Days; return this; } public Double getProgressUpdateRateLast7Days() { return this.progressUpdateRateLast7Days; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy