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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet buildDate in a chainable fashion.Set compiler in a chainable fashion.emulationMajor
(String emulationMajor) Set emulationMajor in a chainable fashion.emulationMinor
(String emulationMinor) Set emulationMinor in a chainable fashion.boolean
EmulationMajor is the major version of the emulation versionEmulationMinor is the minor version of the emulation versiongetMajor()
Major is the major version of the binary versionMinCompatibilityMajor is the major version of the minimum compatibility versionMinCompatibilityMinor is the minor version of the minimum compatibility versiongetMinor()
Minor is the minor version of the binary versionSet 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.minCompatibilityMajor
(String minCompatibilityMajor) Set minCompatibilityMajor in a chainable fashion.minCompatibilityMinor
(String minCompatibilityMinor) Set minCompatibilityMinor 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
setEmulationMajor
(String emulationMajor) Set the emulationMajor property valuevoid
setEmulationMinor
(String emulationMinor) Set the emulationMinor 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
setMinCompatibilityMajor
(String minCompatibilityMajor) Set the minCompatibilityMajor property valuevoid
setMinCompatibilityMinor
(String minCompatibilityMinor) Set the minCompatibilityMinor 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:
-
JSON_PROPERTY_EMULATION_MAJOR
- See Also:
-
JSON_PROPERTY_EMULATION_MINOR
- See Also:
-
JSON_PROPERTY_MIN_COMPATIBILITY_MAJOR
- See Also:
-
JSON_PROPERTY_MIN_COMPATIBILITY_MINOR
- 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
Major is the major version of the binary version- 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
Minor is the minor version of the binary version- 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.
-
getEmulationMajor
EmulationMajor is the major version of the emulation version- Returns:
- the emulationMajor property value
-
setEmulationMajor
Set the emulationMajor property value- Parameters:
emulationMajor
- property value to set
-
emulationMajor
Set emulationMajor in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getEmulationMinor
EmulationMinor is the minor version of the emulation version- Returns:
- the emulationMinor property value
-
setEmulationMinor
Set the emulationMinor property value- Parameters:
emulationMinor
- property value to set
-
emulationMinor
Set emulationMinor in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getMinCompatibilityMajor
MinCompatibilityMajor is the major version of the minimum compatibility version- Returns:
- the minCompatibilityMajor property value
-
setMinCompatibilityMajor
Set the minCompatibilityMajor property value- Parameters:
minCompatibilityMajor
- property value to set
-
minCompatibilityMajor
Set minCompatibilityMajor in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
getMinCompatibilityMinor
MinCompatibilityMinor is the minor version of the minimum compatibility version- Returns:
- the minCompatibilityMinor property value
-
setMinCompatibilityMinor
Set the minCompatibilityMinor property value- Parameters:
minCompatibilityMinor
- property value to set
-
minCompatibilityMinor
Set minCompatibilityMinor in a chainable fashion.- Returns:
- The same instance of VersionInfo for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-