public class StorageStateStatusFluentImpl<A extends StorageStateStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StorageStateStatusFluent<A>
| Constructor and Description |
|---|
StorageStateStatusFluentImpl() |
StorageStateStatusFluentImpl(StorageStateStatus instance) |
public StorageStateStatusFluentImpl()
public StorageStateStatusFluentImpl(StorageStateStatus instance)
public String getCurrentStorageVersionHash()
getCurrentStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A withCurrentStorageVersionHash(String currentStorageVersionHash)
withCurrentStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public Boolean hasCurrentStorageVersionHash()
hasCurrentStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>@Deprecated public A withNewCurrentStorageVersionHash(String arg0)
withNewCurrentStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public String getLastHeartbeatTime()
getLastHeartbeatTime in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A withLastHeartbeatTime(String lastHeartbeatTime)
withLastHeartbeatTime in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public Boolean hasLastHeartbeatTime()
hasLastHeartbeatTime in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>@Deprecated public A withNewLastHeartbeatTime(String arg0)
withNewLastHeartbeatTime in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A addToPersistedStorageVersionHashes(int index, String item)
addToPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A setToPersistedStorageVersionHashes(int index, String item)
setToPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A addToPersistedStorageVersionHashes(String... items)
addToPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A addAllToPersistedStorageVersionHashes(Collection<String> items)
addAllToPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A removeFromPersistedStorageVersionHashes(String... items)
removeFromPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A removeAllFromPersistedStorageVersionHashes(Collection<String> items)
removeAllFromPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public List<String> getPersistedStorageVersionHashes()
getPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public String getPersistedStorageVersionHash(int index)
getPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public String getFirstPersistedStorageVersionHash()
getFirstPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public String getLastPersistedStorageVersionHash()
getLastPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public String getMatchingPersistedStorageVersionHash(Predicate<String> predicate)
getMatchingPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public Boolean hasMatchingPersistedStorageVersionHash(Predicate<String> predicate)
hasMatchingPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A withPersistedStorageVersionHashes(List<String> persistedStorageVersionHashes)
withPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A withPersistedStorageVersionHashes(String... persistedStorageVersionHashes)
withPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public Boolean hasPersistedStorageVersionHashes()
hasPersistedStorageVersionHashes in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>public A addNewPersistedStorageVersionHash(String arg0)
addNewPersistedStorageVersionHash in interface StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.