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 TypeMethodDescriptionboolean
getMajor()
getMinor()
int
hashCode()
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:
getBuildDate
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withBuildDate
- Specified by:
withBuildDate
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasBuildDate
- Specified by:
hasBuildDate
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getCompiler
- Specified by:
getCompiler
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withCompiler
- Specified by:
withCompiler
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasCompiler
- Specified by:
hasCompiler
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitCommit
- Specified by:
getGitCommit
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitCommit
- Specified by:
withGitCommit
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitCommit
- Specified by:
hasGitCommit
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitTreeState
- Specified by:
getGitTreeState
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitTreeState
- Specified by:
withGitTreeState
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitTreeState
- Specified by:
hasGitTreeState
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGitVersion
- Specified by:
getGitVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGitVersion
- Specified by:
withGitVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGitVersion
- Specified by:
hasGitVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getGoVersion
- Specified by:
getGoVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withGoVersion
- Specified by:
withGoVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasGoVersion
- Specified by:
hasGoVersion
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getMajor
- Specified by:
getMajor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withMajor
- Specified by:
withMajor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasMajor
- Specified by:
hasMajor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getMinor
- Specified by:
getMinor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withMinor
- Specified by:
withMinor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasMinor
- Specified by:
hasMinor
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
getPlatform
- Specified by:
getPlatform
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
withPlatform
- Specified by:
withPlatform
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
hasPlatform
- Specified by:
hasPlatform
in interfaceVersionInfoFluent<A extends VersionInfoFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends VersionInfoFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends VersionInfoFluent<A>>
-
toString
-