Class StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1.StorageStateStatusFluent<A>
-
- Direct Known Subclasses:
StorageStateFluent.StatusNested,StorageStateStatusBuilder
public class StorageStateStatusFluent<A extends StorageStateStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description StorageStateStatusFluent()StorageStateStatusFluent(StorageStateStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
StorageStateStatusFluent
public StorageStateStatusFluent()
-
StorageStateStatusFluent
public StorageStateStatusFluent(StorageStateStatus instance)
-
-
Method Detail
-
addAllToPersistedStorageVersionHashes
public A addAllToPersistedStorageVersionHashes(Collection<String> items)
-
addToPersistedStorageVersionHashes
public A addToPersistedStorageVersionHashes(int index, String item)
-
copyInstance
protected void copyInstance(StorageStateStatus instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageStateStatusFluent<A>>
-
getCurrentStorageVersionHash
public String getCurrentStorageVersionHash()
-
getFirstPersistedStorageVersionHash
public String getFirstPersistedStorageVersionHash()
-
getLastHeartbeatTime
public String getLastHeartbeatTime()
-
getLastPersistedStorageVersionHash
public String getLastPersistedStorageVersionHash()
-
getMatchingPersistedStorageVersionHash
public String getMatchingPersistedStorageVersionHash(Predicate<String> predicate)
-
getPersistedStorageVersionHash
public String getPersistedStorageVersionHash(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCurrentStorageVersionHash
public boolean hasCurrentStorageVersionHash()
-
hasLastHeartbeatTime
public boolean hasLastHeartbeatTime()
-
hasMatchingPersistedStorageVersionHash
public boolean hasMatchingPersistedStorageVersionHash(Predicate<String> predicate)
-
hasPersistedStorageVersionHashes
public boolean hasPersistedStorageVersionHashes()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageStateStatusFluent<A>>
-
removeAllFromPersistedStorageVersionHashes
public A removeAllFromPersistedStorageVersionHashes(Collection<String> items)
-
removeFromPersistedStorageVersionHashes
public A removeFromPersistedStorageVersionHashes(String... items)
-
setToPersistedStorageVersionHashes
public A setToPersistedStorageVersionHashes(int index, String item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withCurrentStorageVersionHash
public A withCurrentStorageVersionHash(String currentStorageVersionHash)
-
withPersistedStorageVersionHashes
public A withPersistedStorageVersionHashes(List<String> persistedStorageVersionHashes)
-
-