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()
      • getLastFailedGenerationError

        public String getLastFailedGenerationError()
      • withLastFailedGenerationError

        public A withLastFailedGenerationError​(String lastFailedGenerationError)
      • hasLastFailedGenerationError

        public boolean hasLastFailedGenerationError()
      • 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()