Class MetricTargetFluent<A extends MetricTargetFluent<A>>

    • Constructor Detail

      • MetricTargetFluent

        public MetricTargetFluent()
      • MetricTargetFluent

        public MetricTargetFluent​(MetricTarget instance)
    • Method Detail

      • addToAdditionalProperties

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

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

        protected void copyInstance​(MetricTarget instance)
      • equals

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

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

        public Integer getAverageUtilization()
      • getAverageValue

        public io.fabric8.kubernetes.api.model.Quantity getAverageValue()
      • getType

        public String getType()
      • getValue

        public io.fabric8.kubernetes.api.model.Quantity getValue()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasAverageUtilization

        public boolean hasAverageUtilization()
      • hasAverageValue

        public boolean hasAverageValue()
      • hasType

        public boolean hasType()
      • hasValue

        public boolean hasValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MetricTargetFluent<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)
      • withAverageUtilization

        public A withAverageUtilization​(Integer averageUtilization)
      • withAverageValue

        public A withAverageValue​(io.fabric8.kubernetes.api.model.Quantity averageValue)
      • withNewAverageValue

        public A withNewAverageValue​(String amount)
      • withNewAverageValue

        public A withNewAverageValue​(String amount,
                                     String format)
      • withNewValue

        public A withNewValue​(String amount)
      • withNewValue

        public A withNewValue​(String amount,
                              String format)
      • withType

        public A withType​(String type)
      • withValue

        public A withValue​(io.fabric8.kubernetes.api.model.Quantity value)