Class InfoFluent<A extends InfoFluent<A>>

  • Direct Known Subclasses:
    InfoBuilder

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

      • InfoFluent

        public InfoFluent()
      • InfoFluent

        public InfoFluent​(Info instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(Info instance)
      • getBuildDate

        public String getBuildDate()
      • withBuildDate

        public A withBuildDate​(String buildDate)
      • hasBuildDate

        public boolean hasBuildDate()
      • getCompiler

        public String getCompiler()
      • withCompiler

        public A withCompiler​(String compiler)
      • hasCompiler

        public boolean hasCompiler()
      • getGitCommit

        public String getGitCommit()
      • withGitCommit

        public A withGitCommit​(String gitCommit)
      • hasGitCommit

        public boolean hasGitCommit()
      • getGitTreeState

        public String getGitTreeState()
      • withGitTreeState

        public A withGitTreeState​(String gitTreeState)
      • hasGitTreeState

        public boolean hasGitTreeState()
      • getGitVersion

        public String getGitVersion()
      • withGitVersion

        public A withGitVersion​(String gitVersion)
      • hasGitVersion

        public boolean hasGitVersion()
      • getGoVersion

        public String getGoVersion()
      • withGoVersion

        public A withGoVersion​(String goVersion)
      • hasGoVersion

        public boolean hasGoVersion()
      • getMajor

        public String getMajor()
      • withMajor

        public A withMajor​(String major)
      • hasMajor

        public boolean hasMajor()
      • getMinor

        public String getMinor()
      • withMinor

        public A withMinor​(String minor)
      • hasMinor

        public boolean hasMinor()
      • getPlatform

        public String getPlatform()
      • withPlatform

        public A withPlatform​(String platform)
      • hasPlatform

        public boolean hasPlatform()
      • 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 InfoFluent<A>>
      • hashCode

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