public class HTTPGetAction extends Object implements KubernetesResource
| Constructor and Description |
|---|
HTTPGetAction()
No args constructor for use in serialization
|
HTTPGetAction(String host,
List<HTTPHeader> httpHeaders,
String path,
IntOrString port,
String scheme) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
List<HTTPHeader> |
getHttpHeaders() |
String |
getPath() |
IntOrString |
getPort() |
String |
getScheme() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setHttpHeaders(List<HTTPHeader> httpHeaders) |
void |
setPath(String path) |
void |
setPort(IntOrString port) |
void |
setScheme(String scheme) |
public HTTPGetAction()
public HTTPGetAction(String host, List<HTTPHeader> httpHeaders, String path, IntOrString port, String scheme)
path - scheme - port - host - httpHeaders - public String getHost()
public void setHost(String host)
public List<HTTPHeader> getHttpHeaders()
public void setHttpHeaders(List<HTTPHeader> httpHeaders)
public String getPath()
public void setPath(String path)
public IntOrString getPort()
public void setPort(IntOrString port)
public String getScheme()
public void setScheme(String scheme)
Copyright © 2015–2023 Red Hat. All rights reserved.