public class InfoFluentImpl<A extends InfoFluent<A>> extends BaseFluent<A> implements InfoFluent<A>
_visitables| Constructor and Description |
|---|
InfoFluentImpl() |
InfoFluentImpl(Info 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 InfoFluentImpl()
public InfoFluentImpl(Info instance)
public String getBuildDate()
getBuildDate in interface InfoFluent<A extends InfoFluent<A>>public A withBuildDate(String buildDate)
withBuildDate in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasBuildDate()
hasBuildDate in interface InfoFluent<A extends InfoFluent<A>>public String getCompiler()
getCompiler in interface InfoFluent<A extends InfoFluent<A>>public A withCompiler(String compiler)
withCompiler in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasCompiler()
hasCompiler in interface InfoFluent<A extends InfoFluent<A>>public String getGitCommit()
getGitCommit in interface InfoFluent<A extends InfoFluent<A>>public A withGitCommit(String gitCommit)
withGitCommit in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasGitCommit()
hasGitCommit in interface InfoFluent<A extends InfoFluent<A>>public String getGitTreeState()
getGitTreeState in interface InfoFluent<A extends InfoFluent<A>>public A withGitTreeState(String gitTreeState)
withGitTreeState in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasGitTreeState()
hasGitTreeState in interface InfoFluent<A extends InfoFluent<A>>public String getGitVersion()
getGitVersion in interface InfoFluent<A extends InfoFluent<A>>public A withGitVersion(String gitVersion)
withGitVersion in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasGitVersion()
hasGitVersion in interface InfoFluent<A extends InfoFluent<A>>public String getGoVersion()
getGoVersion in interface InfoFluent<A extends InfoFluent<A>>public A withGoVersion(String goVersion)
withGoVersion in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasGoVersion()
hasGoVersion in interface InfoFluent<A extends InfoFluent<A>>public String getMajor()
getMajor in interface InfoFluent<A extends InfoFluent<A>>public A withMajor(String major)
withMajor in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasMajor()
hasMajor in interface InfoFluent<A extends InfoFluent<A>>public String getMinor()
getMinor in interface InfoFluent<A extends InfoFluent<A>>public A withMinor(String minor)
withMinor in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasMinor()
hasMinor in interface InfoFluent<A extends InfoFluent<A>>public String getPlatform()
getPlatform in interface InfoFluent<A extends InfoFluent<A>>public A withPlatform(String platform)
withPlatform in interface InfoFluent<A extends InfoFluent<A>>public Boolean hasPlatform()
hasPlatform in interface InfoFluent<A extends InfoFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.