public class GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
GitBuildSourceFluent() |
GitBuildSourceFluent(GitBuildSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(GitBuildSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
String |
getRef() |
String |
getUri() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHttpProxy() |
boolean |
hasHttpsProxy() |
boolean |
hasNoProxy() |
boolean |
hasRef() |
boolean |
hasUri() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNoProxy(String noProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
public GitBuildSourceFluent()
public GitBuildSourceFluent(GitBuildSource instance)
protected void copyInstance(GitBuildSource instance)
public String getHttpProxy()
public boolean hasHttpProxy()
public String getHttpsProxy()
public boolean hasHttpsProxy()
public String getNoProxy()
public boolean hasNoProxy()
public String getRef()
public boolean hasRef()
public String getUri()
public boolean hasUri()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.