public class UpdateHistoryFluentImpl<A extends UpdateHistoryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements UpdateHistoryFluent<A>
| Constructor and Description |
|---|
UpdateHistoryFluentImpl() |
UpdateHistoryFluentImpl(UpdateHistory instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCompletionTime() |
String |
getImage() |
String |
getStartedTime() |
String |
getState() |
Boolean |
getVerified() |
String |
getVersion() |
Boolean |
hasCompletionTime() |
int |
hashCode() |
Boolean |
hasImage() |
Boolean |
hasStartedTime() |
Boolean |
hasState() |
Boolean |
hasVerified() |
Boolean |
hasVersion() |
A |
withCompletionTime(String completionTime) |
A |
withImage(String image) |
A |
withNewCompletionTime(String arg0)
Deprecated.
|
A |
withNewImage(String arg0)
Deprecated.
|
A |
withNewStartedTime(String arg0)
Deprecated.
|
A |
withNewState(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withStartedTime(String startedTime) |
A |
withState(String state) |
A |
withVerified(Boolean verified) |
A |
withVersion(String version) |
public UpdateHistoryFluentImpl()
public UpdateHistoryFluentImpl(UpdateHistory instance)
public String getCompletionTime()
getCompletionTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withCompletionTime(String completionTime)
withCompletionTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasCompletionTime()
hasCompletionTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>@Deprecated public A withNewCompletionTime(String arg0)
withNewCompletionTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public String getImage()
getImage in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withImage(String image)
withImage in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasImage()
hasImage in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>@Deprecated public A withNewImage(String arg0)
withNewImage in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public String getStartedTime()
getStartedTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withStartedTime(String startedTime)
withStartedTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasStartedTime()
hasStartedTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>@Deprecated public A withNewStartedTime(String arg0)
withNewStartedTime in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public String getState()
getState in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withState(String state)
withState in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasState()
hasState in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>@Deprecated public A withNewState(String arg0)
withNewState in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean getVerified()
getVerified in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withVerified(Boolean verified)
withVerified in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasVerified()
hasVerified in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public String getVersion()
getVersion in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public A withVersion(String version)
withVersion in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>public Boolean hasVersion()
hasVersion in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.