Class VersionInfo
java.lang.Object
io.kubernetes.client.openapi.models.VersionInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
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 TypeMethodDescriptionbooleanGet buildDateGet compilerGet gitCommitGet gitTreeStateGet gitVersionGet goVersiongetMajor()Get majorgetMinor()Get minorGet platformgitTreeState(String gitTreeState) gitVersion(String gitVersion) inthashCode()voidsetBuildDate(String buildDate) voidsetCompiler(String compiler) voidsetGitCommit(String gitCommit) voidsetGitTreeState(String gitTreeState) voidsetGitVersion(String gitVersion) voidsetGoVersion(String goVersion) voidvoidvoidsetPlatform(String platform) toString()
-
Field Details
-
SERIALIZED_NAME_BUILD_DATE
- See Also:
-
SERIALIZED_NAME_COMPILER
- See Also:
-
SERIALIZED_NAME_GIT_COMMIT
- See Also:
-
SERIALIZED_NAME_GIT_TREE_STATE
- See Also:
-
SERIALIZED_NAME_GIT_VERSION
- See Also:
-
SERIALIZED_NAME_GO_VERSION
- See Also:
-
SERIALIZED_NAME_MAJOR
- See Also:
-
SERIALIZED_NAME_MINOR
- See Also:
-
SERIALIZED_NAME_PLATFORM
- See Also:
-
-
Constructor Details
-
VersionInfo
public VersionInfo()
-
-
Method Details
-
buildDate
-
getBuildDate
Get buildDate- Returns:
- buildDate
-
setBuildDate
-
compiler
-
getCompiler
Get compiler- Returns:
- compiler
-
setCompiler
-
gitCommit
-
getGitCommit
Get gitCommit- Returns:
- gitCommit
-
setGitCommit
-
gitTreeState
-
getGitTreeState
Get gitTreeState- Returns:
- gitTreeState
-
setGitTreeState
-
gitVersion
-
getGitVersion
Get gitVersion- Returns:
- gitVersion
-
setGitVersion
-
goVersion
-
getGoVersion
Get goVersion- Returns:
- goVersion
-
setGoVersion
-
major
-
getMajor
Get major- Returns:
- major
-
setMajor
-
minor
-
getMinor
Get minor- Returns:
- minor
-
setMinor
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
equals
-
hashCode
public int hashCode() -
toString
-