Class VersionInfoFluentImpl<A extends VersionInfoFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.VersionInfoFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,VersionInfoFluent<A>
- Direct Known Subclasses:
VersionInfoBuilder
public class VersionInfoFluentImpl<A extends VersionInfoFluent<A>>
extends BaseFluent<A>
implements VersionInfoFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionVersionInfoFluentImpl(io.kubernetes.client.openapi.models.VersionInfo instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMajor()getMinor()inthashCode()hasMajor()hasMinor()toString()withBuildDate(String buildDate) withCompiler(String compiler) withGitCommit(String gitCommit) withGitTreeState(String gitTreeState) withGitVersion(String gitVersion) withGoVersion(String goVersion) withPlatform(String platform) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
VersionInfoFluentImpl
public VersionInfoFluentImpl() -
VersionInfoFluentImpl
public VersionInfoFluentImpl(io.kubernetes.client.openapi.models.VersionInfo instance)
-
-
Method Details
-
getBuildDate
- Specified by:
getBuildDatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withBuildDate
- Specified by:
withBuildDatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasBuildDate
- Specified by:
hasBuildDatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getCompiler
- Specified by:
getCompilerin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withCompiler
- Specified by:
withCompilerin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasCompiler
- Specified by:
hasCompilerin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitCommit
- Specified by:
getGitCommitin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitCommit
- Specified by:
withGitCommitin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitCommit
- Specified by:
hasGitCommitin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitTreeState
- Specified by:
getGitTreeStatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitTreeState
- Specified by:
withGitTreeStatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitTreeState
- Specified by:
hasGitTreeStatein interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitVersion
- Specified by:
getGitVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitVersion
- Specified by:
withGitVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitVersion
- Specified by:
hasGitVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGoVersion
- Specified by:
getGoVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGoVersion
- Specified by:
withGoVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGoVersion
- Specified by:
hasGoVersionin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getMajor
- Specified by:
getMajorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withMajor
- Specified by:
withMajorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasMajor
- Specified by:
hasMajorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getMinor
- Specified by:
getMinorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withMinor
- Specified by:
withMinorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasMinor
- Specified by:
hasMinorin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getPlatform
- Specified by:
getPlatformin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withPlatform
- Specified by:
withPlatformin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasPlatform
- Specified by:
hasPlatformin interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends VersionInfoFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends VersionInfoFluent<A>>
-
toString
-