@Generated public class RepairHistoryItem extends Object
| Constructor and Description |
|---|
RepairHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PerformanceTarget |
getEffectivePerformanceTarget() |
Long |
getEndTime() |
Long |
getId() |
Long |
getStartTime() |
RunState |
getState() |
RunStatus |
getStatus() |
Collection<Long> |
getTaskRunIds() |
RepairHistoryItemType |
getType() |
int |
hashCode() |
RepairHistoryItem |
setEffectivePerformanceTarget(PerformanceTarget effectivePerformanceTarget) |
RepairHistoryItem |
setEndTime(Long endTime) |
RepairHistoryItem |
setId(Long id) |
RepairHistoryItem |
setStartTime(Long startTime) |
RepairHistoryItem |
setState(RunState state) |
RepairHistoryItem |
setStatus(RunStatus status) |
RepairHistoryItem |
setTaskRunIds(Collection<Long> taskRunIds) |
RepairHistoryItem |
setType(RepairHistoryItemType typeValue) |
String |
toString() |
public RepairHistoryItem setEffectivePerformanceTarget(PerformanceTarget effectivePerformanceTarget)
public PerformanceTarget getEffectivePerformanceTarget()
public RepairHistoryItem setEndTime(Long endTime)
public Long getEndTime()
public RepairHistoryItem setId(Long id)
public Long getId()
public RepairHistoryItem setStartTime(Long startTime)
public Long getStartTime()
public RepairHistoryItem setState(RunState state)
public RunState getState()
public RepairHistoryItem setStatus(RunStatus status)
public RunStatus getStatus()
public RepairHistoryItem setTaskRunIds(Collection<Long> taskRunIds)
public Collection<Long> getTaskRunIds()
public RepairHistoryItem setType(RepairHistoryItemType typeValue)
public RepairHistoryItemType getType()
Copyright © 2025. All rights reserved.