Class SuccessPolicyRuleFluent<A extends SuccessPolicyRuleFluent<A>>

    • Constructor Detail

      • SuccessPolicyRuleFluent

        public SuccessPolicyRuleFluent()
      • SuccessPolicyRuleFluent

        public SuccessPolicyRuleFluent​(SuccessPolicyRule 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 SuccessPolicyRuleFluent<A>>
      • getAdditionalProperties

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

        public Integer getSucceededCount()
      • getSucceededIndexes

        public String getSucceededIndexes()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasSucceededCount

        public boolean hasSucceededCount()
      • hasSucceededIndexes

        public boolean hasSucceededIndexes()
      • hashCode

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

        public A withSucceededCount​(Integer succeededCount)
      • withSucceededIndexes

        public A withSucceededIndexes​(String succeededIndexes)