public class StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
StorageStateStatusFluent() |
StorageStateStatusFluent(StorageStateStatus instance) |
public StorageStateStatusFluent()
public StorageStateStatusFluent(StorageStateStatus instance)
protected void copyInstance(StorageStateStatus instance)
public String getCurrentStorageVersionHash()
public A withCurrentStorageVersionHash(String currentStorageVersionHash)
public boolean hasCurrentStorageVersionHash()
public String getLastHeartbeatTime()
public boolean hasLastHeartbeatTime()
public A addToPersistedStorageVersionHashes(int index, String item)
public A setToPersistedStorageVersionHashes(int index, String item)
public A addAllToPersistedStorageVersionHashes(Collection<String> items)
public A removeFromPersistedStorageVersionHashes(String... items)
public A removeAllFromPersistedStorageVersionHashes(Collection<String> items)
public String getPersistedStorageVersionHash(int index)
public String getFirstPersistedStorageVersionHash()
public String getLastPersistedStorageVersionHash()
public String getMatchingPersistedStorageVersionHash(Predicate<String> predicate)
public boolean hasMatchingPersistedStorageVersionHash(Predicate<String> predicate)
public A withPersistedStorageVersionHashes(List<String> persistedStorageVersionHashes)
public A withPersistedStorageVersionHashes(String... persistedStorageVersionHashes)
public boolean hasPersistedStorageVersionHashes()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageStateStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageStateStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.