public class VersionInfoFluentImpl<A extends VersionInfoFluent<A>> extends BaseFluent<A> implements VersionInfoFluent<A>
_visitables| Constructor and Description |
|---|
VersionInfoFluentImpl() |
VersionInfoFluentImpl(VersionInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBuildDate() |
String |
getCompiler() |
String |
getGitCommit() |
String |
getGitTreeState() |
String |
getGitVersion() |
String |
getGoVersion() |
String |
getMajor() |
String |
getMinor() |
String |
getPlatform() |
Boolean |
hasBuildDate() |
Boolean |
hasCompiler() |
Boolean |
hasGitCommit() |
Boolean |
hasGitTreeState() |
Boolean |
hasGitVersion() |
Boolean |
hasGoVersion() |
Boolean |
hasMajor() |
Boolean |
hasMinor() |
Boolean |
hasPlatform() |
A |
withBuildDate(String buildDate) |
A |
withCompiler(String compiler) |
A |
withGitCommit(String gitCommit) |
A |
withGitTreeState(String gitTreeState) |
A |
withGitVersion(String gitVersion) |
A |
withGoVersion(String goVersion) |
A |
withMajor(String major) |
A |
withMinor(String minor) |
A |
withPlatform(String platform) |
public VersionInfoFluentImpl()
public VersionInfoFluentImpl(VersionInfo instance)
public String getBuildDate()
getBuildDate in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withBuildDate(String buildDate)
withBuildDate in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasBuildDate()
hasBuildDate in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getCompiler()
getCompiler in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withCompiler(String compiler)
withCompiler in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasCompiler()
hasCompiler in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getGitCommit()
getGitCommit in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withGitCommit(String gitCommit)
withGitCommit in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasGitCommit()
hasGitCommit in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getGitTreeState()
getGitTreeState in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withGitTreeState(String gitTreeState)
withGitTreeState in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasGitTreeState()
hasGitTreeState in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getGitVersion()
getGitVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withGitVersion(String gitVersion)
withGitVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasGitVersion()
hasGitVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getGoVersion()
getGoVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withGoVersion(String goVersion)
withGoVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasGoVersion()
hasGoVersion in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getMajor()
getMajor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withMajor(String major)
withMajor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasMajor()
hasMajor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getMinor()
getMinor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withMinor(String minor)
withMinor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasMinor()
hasMinor in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public String getPlatform()
getPlatform in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public A withPlatform(String platform)
withPlatform in interface VersionInfoFluent<A extends VersionInfoFluent<A>>public Boolean hasPlatform()
hasPlatform in interface VersionInfoFluent<A extends VersionInfoFluent<A>>Copyright © 2019. All rights reserved.