public class VersionFluentImpl<T extends VersionFluent<T>> extends BaseFluent<T> implements VersionFluent<T>
_visitables| Constructor and Description |
|---|
VersionFluentImpl() |
VersionFluentImpl(Version instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getArch() |
String |
getBuildTime() |
String |
getGitCommit() |
String |
getGoVersion() |
String |
getKernelVersion() |
String |
getOs() |
String |
getVersion() |
Boolean |
isExperimental() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withApiVersion(String ApiVersion) |
T |
withArch(String Arch) |
T |
withBuildTime(String BuildTime) |
T |
withExperimental(Boolean Experimental) |
T |
withGitCommit(String GitCommit) |
T |
withGoVersion(String GoVersion) |
T |
withKernelVersion(String KernelVersion) |
T |
withOs(String Os) |
T |
withVersion(String Version) |
public VersionFluentImpl()
public VersionFluentImpl(Version instance)
public String getApiVersion()
getApiVersion in interface VersionFluent<T extends VersionFluent<T>>public T withApiVersion(String ApiVersion)
withApiVersion in interface VersionFluent<T extends VersionFluent<T>>public String getArch()
getArch in interface VersionFluent<T extends VersionFluent<T>>public T withArch(String Arch)
withArch in interface VersionFluent<T extends VersionFluent<T>>public String getBuildTime()
getBuildTime in interface VersionFluent<T extends VersionFluent<T>>public T withBuildTime(String BuildTime)
withBuildTime in interface VersionFluent<T extends VersionFluent<T>>public Boolean isExperimental()
isExperimental in interface VersionFluent<T extends VersionFluent<T>>public T withExperimental(Boolean Experimental)
withExperimental in interface VersionFluent<T extends VersionFluent<T>>public String getGitCommit()
getGitCommit in interface VersionFluent<T extends VersionFluent<T>>public T withGitCommit(String GitCommit)
withGitCommit in interface VersionFluent<T extends VersionFluent<T>>public String getGoVersion()
getGoVersion in interface VersionFluent<T extends VersionFluent<T>>public T withGoVersion(String GoVersion)
withGoVersion in interface VersionFluent<T extends VersionFluent<T>>public String getKernelVersion()
getKernelVersion in interface VersionFluent<T extends VersionFluent<T>>public T withKernelVersion(String KernelVersion)
withKernelVersion in interface VersionFluent<T extends VersionFluent<T>>public String getOs()
getOs in interface VersionFluent<T extends VersionFluent<T>>public T withOs(String Os)
withOs in interface VersionFluent<T extends VersionFluent<T>>public String getVersion()
getVersion in interface VersionFluent<T extends VersionFluent<T>>public T withVersion(String Version)
withVersion in interface VersionFluent<T extends VersionFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VersionFluent<T extends VersionFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.