public class GitRepoVolumeSourceFluentImpl<A extends GitRepoVolumeSourceFluent<A>> extends BaseFluent<A> implements GitRepoVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
GitRepoVolumeSourceFluentImpl() |
GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDirectory() |
String |
getRepository() |
String |
getRevision() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDirectory() |
int |
hashCode() |
Boolean |
hasRepository() |
Boolean |
hasRevision() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDirectory(String directory) |
A |
withNewDirectory(String arg0)
Deprecated.
|
A |
withNewRepository(String arg0)
Deprecated.
|
A |
withNewRevision(String arg0)
Deprecated.
|
A |
withRepository(String repository) |
A |
withRevision(String revision) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public GitRepoVolumeSourceFluentImpl()
public GitRepoVolumeSourceFluentImpl(GitRepoVolumeSource instance)
public String getDirectory()
getDirectory
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A withDirectory(String directory)
withDirectory
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public Boolean hasDirectory()
hasDirectory
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
@Deprecated public A withNewDirectory(String arg0)
withNewDirectory
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public String getRepository()
getRepository
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A withRepository(String repository)
withRepository
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public Boolean hasRepository()
hasRepository
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
@Deprecated public A withNewRepository(String arg0)
withNewRepository
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public String getRevision()
getRevision
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A withRevision(String revision)
withRevision
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public Boolean hasRevision()
hasRevision
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
@Deprecated public A withNewRevision(String arg0)
withNewRevision
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface GitRepoVolumeSourceFluent<A extends GitRepoVolumeSourceFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.