Class UpdateInfo
- java.lang.Object
-
- com.databricks.sdk.service.pipelines.UpdateInfo
-
@Generated public class UpdateInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UpdateInfoCausegetCause()StringgetClusterId()PipelineSpecgetConfig()LonggetCreationTime()BooleangetFullRefresh()Collection<String>getFullRefreshSelection()StringgetPipelineId()Collection<String>getRefreshSelection()UpdateInfoStategetState()StringgetUpdateId()inthashCode()UpdateInfosetCause(UpdateInfoCause cause)UpdateInfosetClusterId(String clusterId)UpdateInfosetConfig(PipelineSpec config)UpdateInfosetCreationTime(Long creationTime)UpdateInfosetFullRefresh(Boolean fullRefresh)UpdateInfosetFullRefreshSelection(Collection<String> fullRefreshSelection)UpdateInfosetPipelineId(String pipelineId)UpdateInfosetRefreshSelection(Collection<String> refreshSelection)UpdateInfosetState(UpdateInfoState state)UpdateInfosetUpdateId(String updateId)StringtoString()
-
-
-
Method Detail
-
setCause
public UpdateInfo setCause(UpdateInfoCause cause)
-
getCause
public UpdateInfoCause getCause()
-
setClusterId
public UpdateInfo setClusterId(String clusterId)
-
getClusterId
public String getClusterId()
-
setConfig
public UpdateInfo setConfig(PipelineSpec config)
-
getConfig
public PipelineSpec getConfig()
-
setCreationTime
public UpdateInfo setCreationTime(Long creationTime)
-
getCreationTime
public Long getCreationTime()
-
setFullRefresh
public UpdateInfo setFullRefresh(Boolean fullRefresh)
-
getFullRefresh
public Boolean getFullRefresh()
-
setFullRefreshSelection
public UpdateInfo setFullRefreshSelection(Collection<String> fullRefreshSelection)
-
getFullRefreshSelection
public Collection<String> getFullRefreshSelection()
-
setPipelineId
public UpdateInfo setPipelineId(String pipelineId)
-
getPipelineId
public String getPipelineId()
-
setRefreshSelection
public UpdateInfo setRefreshSelection(Collection<String> refreshSelection)
-
getRefreshSelection
public Collection<String> getRefreshSelection()
-
setState
public UpdateInfo setState(UpdateInfoState state)
-
getState
public UpdateInfoState getState()
-
setUpdateId
public UpdateInfo setUpdateId(String updateId)
-
getUpdateId
public String getUpdateId()
-
-