Class RootPathsFluent<A extends RootPathsFluent<A>>

  • Direct Known Subclasses:
    RootPathsBuilder

    public class RootPathsFluent<A extends RootPathsFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • RootPathsFluent

        public RootPathsFluent()
      • RootPathsFluent

        public RootPathsFluent​(RootPaths instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(RootPaths instance)
      • addToPaths

        public A addToPaths​(int index,
                            String item)
      • setToPaths

        public A setToPaths​(int index,
                            String item)
      • addToPaths

        public A addToPaths​(String... items)
      • removeFromPaths

        public A removeFromPaths​(String... items)
      • getPath

        public String getPath​(int index)
      • getFirstPath

        public String getFirstPath()
      • getLastPath

        public String getLastPath()
      • hasMatchingPath

        public boolean hasMatchingPath​(Predicate<String> predicate)
      • withPaths

        public A withPaths​(List<String> paths)
      • withPaths

        public A withPaths​(String... paths)
      • hasPaths

        public boolean hasPaths()
      • 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 RootPathsFluent<A>>
      • hashCode

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