@Generated public class RepairHistoryItem extends Object
| Constructor and Description |
|---|
RepairHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getEndTime() |
Long |
getId() |
Long |
getStartTime() |
RunState |
getState() |
Collection<Long> |
getTaskRunIds() |
RepairHistoryItemType |
getType() |
int |
hashCode() |
RepairHistoryItem |
setEndTime(Long endTime) |
RepairHistoryItem |
setId(Long id) |
RepairHistoryItem |
setStartTime(Long startTime) |
RepairHistoryItem |
setState(RunState state) |
RepairHistoryItem |
setTaskRunIds(Collection<Long> taskRunIds) |
RepairHistoryItem |
setType(RepairHistoryItemType typeValue) |
String |
toString() |
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 setTaskRunIds(Collection<Long> taskRunIds)
public Collection<Long> getTaskRunIds()
public RepairHistoryItem setType(RepairHistoryItemType typeValue)
public RepairHistoryItemType getType()
Copyright © 2024. All rights reserved.