Class MachineConfigNodeStatusPinnedImageSetFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.MachineConfigNodeStatusPinnedImageSetFluent<A>
-
- Direct Known Subclasses:
MachineConfigNodeStatusFluent.PinnedImageSetsNested,MachineConfigNodeStatusPinnedImageSetBuilder
public class MachineConfigNodeStatusPinnedImageSetFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description MachineConfigNodeStatusPinnedImageSetFluent()MachineConfigNodeStatusPinnedImageSetFluent(MachineConfigNodeStatusPinnedImageSet instance)
-
Method Summary
-
-
-
Constructor Detail
-
MachineConfigNodeStatusPinnedImageSetFluent
public MachineConfigNodeStatusPinnedImageSetFluent()
-
MachineConfigNodeStatusPinnedImageSetFluent
public MachineConfigNodeStatusPinnedImageSetFluent(MachineConfigNodeStatusPinnedImageSet instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(MachineConfigNodeStatusPinnedImageSet instance)
-
getCurrentGeneration
public Integer getCurrentGeneration()
-
hasCurrentGeneration
public boolean hasCurrentGeneration()
-
getDesiredGeneration
public Integer getDesiredGeneration()
-
hasDesiredGeneration
public boolean hasDesiredGeneration()
-
getLastFailedGeneration
public Integer getLastFailedGeneration()
-
hasLastFailedGeneration
public boolean hasLastFailedGeneration()
-
getLastFailedGenerationError
public String getLastFailedGenerationError()
-
withLastFailedGenerationError
public A withLastFailedGenerationError(String lastFailedGenerationError)
-
hasLastFailedGenerationError
public boolean hasLastFailedGenerationError()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
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 MachineConfigNodeStatusPinnedImageSetFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>>
-
-