public class GitRepoVolumeSourceFluentImpl<T extends GitRepoVolumeSourceFluent<T>> extends BaseFluent<T> implements GitRepoVolumeSourceFluent<T>
_visitables
Constructor and Description |
---|
GitRepoVolumeSourceFluentImpl() |
GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource 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 |
getDirectory() |
String |
getRepository() |
String |
getRevision() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDirectory(String directory) |
T |
withRepository(String repository) |
T |
withRevision(String revision) |
public GitRepoVolumeSourceFluentImpl()
public GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource instance)
public String getDirectory()
getDirectory
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T withDirectory(String directory)
withDirectory
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public String getRepository()
getRepository
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T withRepository(String repository)
withRepository
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public String getRevision()
getRevision
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T withRevision(String revision)
withRevision
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface GitRepoVolumeSourceFluent<T extends GitRepoVolumeSourceFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.