Class MachineConfigNodeStatusPinnedImageSetFluent<A extends MachineConfigNodeStatusPinnedImageSetFluent<A>>

    • Constructor Detail

      • MachineConfigNodeStatusPinnedImageSetFluent

        public MachineConfigNodeStatusPinnedImageSetFluent()
    • Method Detail

      • getCurrentGeneration

        public Integer getCurrentGeneration()
      • withCurrentGeneration

        public A withCurrentGeneration​(Integer currentGeneration)
      • hasCurrentGeneration

        public boolean hasCurrentGeneration()
      • getDesiredGeneration

        public Integer getDesiredGeneration()
      • withDesiredGeneration

        public A withDesiredGeneration​(Integer desiredGeneration)
      • hasDesiredGeneration

        public boolean hasDesiredGeneration()
      • getLastFailedGeneration

        public Integer getLastFailedGeneration()
      • withLastFailedGeneration

        public A withLastFailedGeneration​(Integer lastFailedGeneration)
      • hasLastFailedGeneration

        public boolean hasLastFailedGeneration()
      • addToLastFailedGenerationErrors

        public A addToLastFailedGenerationErrors​(int index,
                                                 String item)
      • setToLastFailedGenerationErrors

        public A setToLastFailedGenerationErrors​(int index,
                                                 String item)
      • addToLastFailedGenerationErrors

        public A addToLastFailedGenerationErrors​(String... items)
      • addAllToLastFailedGenerationErrors

        public A addAllToLastFailedGenerationErrors​(Collection<String> items)
      • removeFromLastFailedGenerationErrors

        public A removeFromLastFailedGenerationErrors​(String... items)
      • removeAllFromLastFailedGenerationErrors

        public A removeAllFromLastFailedGenerationErrors​(Collection<String> items)
      • getLastFailedGenerationErrors

        public List<String> getLastFailedGenerationErrors()
      • getLastFailedGenerationError

        public String getLastFailedGenerationError​(int index)
      • getFirstLastFailedGenerationError

        public String getFirstLastFailedGenerationError()
      • getLastLastFailedGenerationError

        public String getLastLastFailedGenerationError()
      • getMatchingLastFailedGenerationError

        public String getMatchingLastFailedGenerationError​(Predicate<String> predicate)
      • hasMatchingLastFailedGenerationError

        public boolean hasMatchingLastFailedGenerationError​(Predicate<String> predicate)
      • withLastFailedGenerationErrors

        public A withLastFailedGenerationErrors​(List<String> lastFailedGenerationErrors)
      • withLastFailedGenerationErrors

        public A withLastFailedGenerationErrors​(String... lastFailedGenerationErrors)
      • hasLastFailedGenerationErrors

        public boolean hasLastFailedGenerationErrors()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • addToAdditionalProperties

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

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

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()