public class PatchOkrIndicatorReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchOkrIndicatorReqBody.Builder |
| 构造器和说明 |
|---|
PatchOkrIndicatorReqBody() |
PatchOkrIndicatorReqBody(PatchOkrIndicatorReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getCurrentValue() |
Integer |
getCurrentValueCalculateType() |
Integer |
getIndicatorStatus() |
Double |
getStartValue() |
Integer |
getStatusCalculateType() |
Double |
getTargetValue() |
IndicatorUnit |
getUnit() |
static PatchOkrIndicatorReqBody.Builder |
newBuilder() |
void |
setCurrentValue(Double currentValue) |
void |
setCurrentValueCalculateType(Integer currentValueCalculateType) |
void |
setIndicatorStatus(Integer indicatorStatus) |
void |
setStartValue(Double startValue) |
void |
setStatusCalculateType(Integer statusCalculateType) |
void |
setTargetValue(Double targetValue) |
void |
setUnit(IndicatorUnit unit) |
public PatchOkrIndicatorReqBody()
public PatchOkrIndicatorReqBody(PatchOkrIndicatorReqBody.Builder builder)
public Integer getCurrentValueCalculateType()
public void setCurrentValueCalculateType(Integer currentValueCalculateType)
public Integer getStatusCalculateType()
public void setStatusCalculateType(Integer statusCalculateType)
public Double getStartValue()
public void setStartValue(Double startValue)
public Double getTargetValue()
public void setTargetValue(Double targetValue)
public Double getCurrentValue()
public void setCurrentValue(Double currentValue)
public IndicatorUnit getUnit()
public void setUnit(IndicatorUnit unit)
public Integer getIndicatorStatus()
public void setIndicatorStatus(Integer indicatorStatus)
public static PatchOkrIndicatorReqBody.Builder newBuilder()
Copyright © 2026. All rights reserved.