Class MetaDataIndexFluent<A extends MetaDataIndexFluent<A>>

    • Constructor Detail

      • MetaDataIndexFluent

        public MetaDataIndexFluent()
      • MetaDataIndexFluent

        public MetaDataIndexFluent​(MetaDataIndex instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(MetaDataIndex instance)
      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getOffset

        public Integer getOffset()
      • withOffset

        public A withOffset​(Integer offset)
      • hasOffset

        public boolean hasOffset()
      • getPrefix

        public String getPrefix()
      • withPrefix

        public A withPrefix​(String prefix)
      • hasPrefix

        public boolean hasPrefix()
      • getStep

        public Integer getStep()
      • withStep

        public A withStep​(Integer step)
      • hasStep

        public boolean hasStep()
      • getSuffix

        public String getSuffix()
      • withSuffix

        public A withSuffix​(String suffix)
      • hasSuffix

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

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

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