@Generated(value="org.jsonschema2pojo") public class GitBuildSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
GitBuildSource()
No args constructor for use in serialization
|
GitBuildSource(String httpProxy,
String httpsProxy,
String noProxy,
String ref,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
String |
getRef() |
String |
getUri() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHttpProxy(String httpProxy) |
void |
setHttpsProxy(String httpsProxy) |
void |
setNoProxy(String noProxy) |
void |
setRef(String ref) |
void |
setUri(String uri) |
public GitBuildSource()
public String getHttpProxy()
public void setHttpProxy(String httpProxy)
httpProxy - The httpProxypublic String getHttpsProxy()
public void setHttpsProxy(String httpsProxy)
httpsProxy - The httpsProxypublic String getNoProxy()
public void setNoProxy(String noProxy)
noProxy - The noProxypublic String getRef()
public void setRef(String ref)
ref - The refpublic String getUri()
public void setUri(String uri)
uri - The uriCopyright © 2015–2019 Red Hat. All rights reserved.