@Generated public class StartUpdate extends Object
| Constructor and Description |
|---|
StartUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StartUpdateCause |
getCause() |
Boolean |
getFullRefresh() |
Collection<String> |
getFullRefreshSelection() |
String |
getPipelineId() |
Collection<String> |
getRefreshSelection() |
Boolean |
getValidateOnly() |
int |
hashCode() |
StartUpdate |
setCause(StartUpdateCause cause) |
StartUpdate |
setFullRefresh(Boolean fullRefresh) |
StartUpdate |
setFullRefreshSelection(Collection<String> fullRefreshSelection) |
StartUpdate |
setPipelineId(String pipelineId) |
StartUpdate |
setRefreshSelection(Collection<String> refreshSelection) |
StartUpdate |
setValidateOnly(Boolean validateOnly) |
String |
toString() |
public StartUpdate setCause(StartUpdateCause cause)
public StartUpdateCause getCause()
public StartUpdate setFullRefresh(Boolean fullRefresh)
public Boolean getFullRefresh()
public StartUpdate setFullRefreshSelection(Collection<String> fullRefreshSelection)
public Collection<String> getFullRefreshSelection()
public StartUpdate setPipelineId(String pipelineId)
public String getPipelineId()
public StartUpdate setRefreshSelection(Collection<String> refreshSelection)
public Collection<String> getRefreshSelection()
public StartUpdate setValidateOnly(Boolean validateOnly)
public Boolean getValidateOnly()
Copyright © 2024. All rights reserved.