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 boolean
equals(Object o)
UpdateInfoCause
getCause()
String
getClusterId()
PipelineSpec
getConfig()
Long
getCreationTime()
Boolean
getFullRefresh()
Collection<String>
getFullRefreshSelection()
String
getPipelineId()
Collection<String>
getRefreshSelection()
UpdateInfoState
getState()
String
getUpdateId()
int
hashCode()
UpdateInfo
setCause(UpdateInfoCause cause)
UpdateInfo
setClusterId(String clusterId)
UpdateInfo
setConfig(PipelineSpec config)
UpdateInfo
setCreationTime(Long creationTime)
UpdateInfo
setFullRefresh(Boolean fullRefresh)
UpdateInfo
setFullRefreshSelection(Collection<String> fullRefreshSelection)
UpdateInfo
setPipelineId(String pipelineId)
UpdateInfo
setRefreshSelection(Collection<String> refreshSelection)
UpdateInfo
setState(UpdateInfoState state)
UpdateInfo
setUpdateId(String updateId)
String
toString()
-
-
-
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()
-
-