Package com.databricks.sdk.service.jobs
Class RepairHistoryItem
- java.lang.Object
-
- com.databricks.sdk.service.jobs.RepairHistoryItem
-
@Generated public class RepairHistoryItem extends Object
-
-
Constructor Summary
Constructors Constructor Description RepairHistoryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
setEndTime
public RepairHistoryItem setEndTime(Long endTime)
-
getEndTime
public Long getEndTime()
-
setId
public RepairHistoryItem setId(Long id)
-
getId
public Long getId()
-
setStartTime
public RepairHistoryItem setStartTime(Long startTime)
-
getStartTime
public Long getStartTime()
-
setState
public RepairHistoryItem setState(RunState state)
-
getState
public RunState getState()
-
setTaskRunIds
public RepairHistoryItem setTaskRunIds(Collection<Long> taskRunIds)
-
getTaskRunIds
public Collection<Long> getTaskRunIds()
-
setType
public RepairHistoryItem setType(RepairHistoryItemType typeValue)
-
getType
public RepairHistoryItemType getType()
-
-