Class StorageStateStatusFluent<A extends StorageStateStatusFluent<A>>

    • Constructor Detail

      • StorageStateStatusFluent

        public StorageStateStatusFluent()
      • StorageStateStatusFluent

        public StorageStateStatusFluent​(StorageStateStatus instance)
    • Method Detail

      • addAllToPersistedStorageVersionHashes

        public A addAllToPersistedStorageVersionHashes​(Collection<String> items)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToPersistedStorageVersionHashes

        public A addToPersistedStorageVersionHashes​(String... items)
      • addToPersistedStorageVersionHashes

        public A addToPersistedStorageVersionHashes​(int index,
                                                    String item)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • 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)
      • getPersistedStorageVersionHashes

        public List<String> getPersistedStorageVersionHashes()
      • 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:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StorageStateStatusFluent<A>>
      • removeAllFromPersistedStorageVersionHashes

        public A removeAllFromPersistedStorageVersionHashes​(Collection<String> items)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • 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)
      • withLastHeartbeatTime

        public A withLastHeartbeatTime​(String lastHeartbeatTime)
      • withPersistedStorageVersionHashes

        public A withPersistedStorageVersionHashes​(List<String> persistedStorageVersionHashes)
      • withPersistedStorageVersionHashes

        public A withPersistedStorageVersionHashes​(String... persistedStorageVersionHashes)