Class MachineSetStatusFluent<A extends MachineSetStatusFluent<A>>

    • Constructor Detail

      • MachineSetStatusFluent

        public MachineSetStatusFluent()
      • MachineSetStatusFluent

        public MachineSetStatusFluent​(MachineSetStatus instance)
    • Method Detail

      • addToAdditionalProperties

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

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

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachineSetStatusFluent<A>>
      • getAdditionalProperties

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

        public String getErrorMessage()
      • getErrorReason

        public String getErrorReason()
      • getMaxReplicas

        public Integer getMaxReplicas()
      • getMinReplicas

        public Integer getMinReplicas()
      • getName

        public String getName()
      • getReadyReplicas

        public Integer getReadyReplicas()
      • getReplicas

        public Integer getReplicas()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasErrorMessage

        public boolean hasErrorMessage()
      • hasErrorReason

        public boolean hasErrorReason()
      • hasMaxReplicas

        public boolean hasMaxReplicas()
      • hasMinReplicas

        public boolean hasMinReplicas()
      • hasName

        public boolean hasName()
      • hasReadyReplicas

        public boolean hasReadyReplicas()
      • hasReplicas

        public boolean hasReplicas()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MachineSetStatusFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

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

        public A withErrorMessage​(String errorMessage)
      • withErrorReason

        public A withErrorReason​(String errorReason)
      • withMaxReplicas

        public A withMaxReplicas​(Integer maxReplicas)
      • withMinReplicas

        public A withMinReplicas​(Integer minReplicas)
      • withName

        public A withName​(String name)
      • withReadyReplicas

        public A withReadyReplicas​(Integer readyReplicas)
      • withReplicas

        public A withReplicas​(Integer replicas)