public class Indicator extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Indicator.Builder |
| 构造器和说明 |
|---|
Indicator() |
Indicator(Indicator.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreateTime() |
Double |
getCurrentValue() |
Integer |
getCurrentValueCalculateType() |
String |
getEntityId() |
Integer |
getEntityType() |
String |
getId() |
Integer |
getIndicatorStatus() |
Owner |
getOwner() |
Double |
getStartValue() |
Integer |
getStatusCalculateType() |
Double |
getTargetValue() |
IndicatorUnit |
getUnit() |
String |
getUpdateTime() |
static Indicator.Builder |
newBuilder() |
void |
setCreateTime(String createTime) |
void |
setCurrentValue(Double currentValue) |
void |
setCurrentValueCalculateType(Integer currentValueCalculateType) |
void |
setEntityId(String entityId) |
void |
setEntityType(Integer entityType) |
void |
setId(String id) |
void |
setIndicatorStatus(Integer indicatorStatus) |
void |
setOwner(Owner owner) |
void |
setStartValue(Double startValue) |
void |
setStatusCalculateType(Integer statusCalculateType) |
void |
setTargetValue(Double targetValue) |
void |
setUnit(IndicatorUnit unit) |
void |
setUpdateTime(String updateTime) |
public Indicator()
public Indicator(Indicator.Builder builder)
public String getId()
public void setId(String id)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
public Owner getOwner()
public void setOwner(Owner owner)
public Integer getEntityType()
public void setEntityType(Integer entityType)
public String getEntityId()
public void setEntityId(String entityId)
public Integer getIndicatorStatus()
public void setIndicatorStatus(Integer indicatorStatus)
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 Integer getCurrentValueCalculateType()
public void setCurrentValueCalculateType(Integer currentValueCalculateType)
public IndicatorUnit getUnit()
public void setUnit(IndicatorUnit unit)
public static Indicator.Builder newBuilder()
Copyright © 2026. All rights reserved.