public class LastOperationFluentImpl<A extends LastOperationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LastOperationFluent<A>
| Constructor and Description |
|---|
LastOperationFluentImpl() |
LastOperationFluentImpl(LastOperation instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getLastUpdated() |
String |
getState() |
String |
getType() |
Boolean |
hasDescription() |
int |
hashCode() |
Boolean |
hasLastUpdated() |
Boolean |
hasState() |
Boolean |
hasType() |
A |
withDescription(String description) |
A |
withLastUpdated(String lastUpdated) |
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewLastUpdated(String arg0)
Deprecated.
|
A |
withNewState(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withState(String state) |
A |
withType(String type) |
public LastOperationFluentImpl()
public LastOperationFluentImpl(LastOperation instance)
public String getDescription()
getDescription in interface LastOperationFluent<A extends LastOperationFluent<A>>public A withDescription(String description)
withDescription in interface LastOperationFluent<A extends LastOperationFluent<A>>public Boolean hasDescription()
hasDescription in interface LastOperationFluent<A extends LastOperationFluent<A>>@Deprecated public A withNewDescription(String arg0)
withNewDescription in interface LastOperationFluent<A extends LastOperationFluent<A>>public String getLastUpdated()
getLastUpdated in interface LastOperationFluent<A extends LastOperationFluent<A>>public A withLastUpdated(String lastUpdated)
withLastUpdated in interface LastOperationFluent<A extends LastOperationFluent<A>>public Boolean hasLastUpdated()
hasLastUpdated in interface LastOperationFluent<A extends LastOperationFluent<A>>@Deprecated public A withNewLastUpdated(String arg0)
withNewLastUpdated in interface LastOperationFluent<A extends LastOperationFluent<A>>public String getState()
getState in interface LastOperationFluent<A extends LastOperationFluent<A>>public A withState(String state)
withState in interface LastOperationFluent<A extends LastOperationFluent<A>>public Boolean hasState()
hasState in interface LastOperationFluent<A extends LastOperationFluent<A>>@Deprecated public A withNewState(String arg0)
withNewState in interface LastOperationFluent<A extends LastOperationFluent<A>>public String getType()
getType in interface LastOperationFluent<A extends LastOperationFluent<A>>public A withType(String type)
withType in interface LastOperationFluent<A extends LastOperationFluent<A>>public Boolean hasType()
hasType in interface LastOperationFluent<A extends LastOperationFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface LastOperationFluent<A extends LastOperationFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.