Class UpdateHistoryFluent<A extends UpdateHistoryFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.UpdateHistoryFluent<A>
-
- Direct Known Subclasses:
ClusterVersionStatusFluent.HistoryNested,UpdateHistoryBuilder
public class UpdateHistoryFluent<A extends UpdateHistoryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description UpdateHistoryFluent()UpdateHistoryFluent(UpdateHistory instance)
-
Method Summary
-
-
-
Constructor Detail
-
UpdateHistoryFluent
public UpdateHistoryFluent()
-
UpdateHistoryFluent
public UpdateHistoryFluent(UpdateHistory instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(UpdateHistory instance)
-
getAcceptedRisks
public String getAcceptedRisks()
-
hasAcceptedRisks
public boolean hasAcceptedRisks()
-
getCompletionTime
public String getCompletionTime()
-
hasCompletionTime
public boolean hasCompletionTime()
-
getImage
public String getImage()
-
hasImage
public boolean hasImage()
-
getStartedTime
public String getStartedTime()
-
hasStartedTime
public boolean hasStartedTime()
-
getState
public String getState()
-
hasState
public boolean hasState()
-
getVerified
public Boolean getVerified()
-
hasVerified
public boolean hasVerified()
-
getVersion
public String getVersion()
-
hasVersion
public boolean hasVersion()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateHistoryFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends UpdateHistoryFluent<A>>
-
withVerified
public A withVerified()
-
-