java.lang.Object
io.micronaut.kubernetes.client.openapi.model.VersionInfo

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class VersionInfo extends Object
Info contains versioning information. how we'll want to distribute that information.
  • Field Details

  • Constructor Details

  • Method Details

    • getBuildDate

      public String getBuildDate()
      Returns:
      the buildDate property value
    • setBuildDate

      public void setBuildDate(String buildDate)
      Set the buildDate property value
    • buildDate

      public VersionInfo buildDate(String buildDate)
      Set buildDate in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getCompiler

      public String getCompiler()
      Returns:
      the compiler property value
    • setCompiler

      public void setCompiler(String compiler)
      Set the compiler property value
    • compiler

      public VersionInfo compiler(String compiler)
      Set compiler in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getGitCommit

      public String getGitCommit()
      Returns:
      the gitCommit property value
    • setGitCommit

      public void setGitCommit(String gitCommit)
      Set the gitCommit property value
    • gitCommit

      public VersionInfo gitCommit(String gitCommit)
      Set gitCommit in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getGitTreeState

      public String getGitTreeState()
      Returns:
      the gitTreeState property value
    • setGitTreeState

      public void setGitTreeState(String gitTreeState)
      Set the gitTreeState property value
    • gitTreeState

      public VersionInfo gitTreeState(String gitTreeState)
      Set gitTreeState in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getGitVersion

      public String getGitVersion()
      Returns:
      the gitVersion property value
    • setGitVersion

      public void setGitVersion(String gitVersion)
      Set the gitVersion property value
    • gitVersion

      public VersionInfo gitVersion(String gitVersion)
      Set gitVersion in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getGoVersion

      public String getGoVersion()
      Returns:
      the goVersion property value
    • setGoVersion

      public void setGoVersion(String goVersion)
      Set the goVersion property value
    • goVersion

      public VersionInfo goVersion(String goVersion)
      Set goVersion in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getMajor

      public String getMajor()
      Returns:
      the major property value
    • setMajor

      public void setMajor(String major)
      Set the major property value
    • major

      public VersionInfo major(String major)
      Set major in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getMinor

      public String getMinor()
      Returns:
      the minor property value
    • setMinor

      public void setMinor(String minor)
      Set the minor property value
    • minor

      public VersionInfo minor(String minor)
      Set minor in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • getPlatform

      public String getPlatform()
      Returns:
      the platform property value
    • setPlatform

      public void setPlatform(String platform)
      Set the platform property value
    • platform

      public VersionInfo platform(String platform)
      Set platform in a chainable fashion.
      Returns:
      The same instance of VersionInfo for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object