@Generated public class UpdateInfo extends Object
Constructor and Description |
---|
UpdateInfo() |
Modifier and Type | Method and 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() |
public UpdateInfo setCause(UpdateInfoCause cause)
public UpdateInfoCause getCause()
public UpdateInfo setClusterId(String clusterId)
public String getClusterId()
public UpdateInfo setConfig(PipelineSpec config)
public PipelineSpec getConfig()
public UpdateInfo setCreationTime(Long creationTime)
public Long getCreationTime()
public UpdateInfo setFullRefresh(Boolean fullRefresh)
public Boolean getFullRefresh()
public UpdateInfo setFullRefreshSelection(Collection<String> fullRefreshSelection)
public Collection<String> getFullRefreshSelection()
public UpdateInfo setPipelineId(String pipelineId)
public String getPipelineId()
public UpdateInfo setRefreshSelection(Collection<String> refreshSelection)
public Collection<String> getRefreshSelection()
public UpdateInfo setState(UpdateInfoState state)
public UpdateInfoState getState()
public UpdateInfo setUpdateId(String updateId)
public String getUpdateId()
Copyright © 2023. All rights reserved.