Class VersionInfo
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet buildDate in a chainable fashion.Set compiler in a chainable fashion.boolean
getMajor()
getMinor()
Set gitCommit in a chainable fashion.gitTreeState
(String gitTreeState) Set gitTreeState in a chainable fashion.gitVersion
(String gitVersion) Set gitVersion in a chainable fashion.Set goVersion in a chainable fashion.int
hashCode()
Set major in a chainable fashion.Set minor in a chainable fashion.Set platform in a chainable fashion.void
setBuildDate
(String buildDate) Set the buildDate property valuevoid
setCompiler
(String compiler) Set the compiler property valuevoid
setGitCommit
(String gitCommit) Set the gitCommit property valuevoid
setGitTreeState
(String gitTreeState) Set the gitTreeState property valuevoid
setGitVersion
(String gitVersion) Set the gitVersion property valuevoid
setGoVersion
(String goVersion) Set the goVersion property valuevoid
Set the major property valuevoid
Set the minor property valuevoid
setPlatform
(String platform) Set the platform property valuetoString()
-
Field Details
-
JSON_PROPERTY_BUILD_DATE
- See Also:
-
JSON_PROPERTY_COMPILER
- See Also:
-
JSON_PROPERTY_GIT_COMMIT
- See Also:
-
JSON_PROPERTY_GIT_TREE_STATE
- See Also:
-
JSON_PROPERTY_GIT_VERSION
- See Also:
-
JSON_PROPERTY_GO_VERSION
- See Also:
-
JSON_PROPERTY_MAJOR
- See Also:
-
JSON_PROPERTY_MINOR
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
-
Constructor Details
-
VersionInfo
-
-
Method Details
-
getBuildDate
- Returns:
- the buildDate property value
-
setBuildDate
Set the buildDate property value- Parameters:
buildDate
- property value to set
-
buildDate
Set buildDate in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getCompiler
- Returns:
- the compiler property value
-
setCompiler
Set the compiler property value- Parameters:
compiler
- property value to set
-
compiler
Set compiler in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getGitCommit
- Returns:
- the gitCommit property value
-
setGitCommit
Set the gitCommit property value- Parameters:
gitCommit
- property value to set
-
gitCommit
Set gitCommit in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getGitTreeState
- Returns:
- the gitTreeState property value
-
setGitTreeState
Set the gitTreeState property value- Parameters:
gitTreeState
- property value to set
-
gitTreeState
Set gitTreeState in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getGitVersion
- Returns:
- the gitVersion property value
-
setGitVersion
Set the gitVersion property value- Parameters:
gitVersion
- property value to set
-
gitVersion
Set gitVersion in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getGoVersion
- Returns:
- the goVersion property value
-
setGoVersion
Set the goVersion property value- Parameters:
goVersion
- property value to set
-
goVersion
Set goVersion in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getMajor
- Returns:
- the major property value
-
setMajor
Set the major property value- Parameters:
major
- property value to set
-
major
Set major in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getMinor
- Returns:
- the minor property value
-
setMinor
Set the minor property value- Parameters:
minor
- property value to set
-
minor
Set minor in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getPlatform
- Returns:
- the platform property value
-
setPlatform
Set the platform property value- Parameters:
platform
- property value to set
-
platform
Set platform in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-