@Generated(value="org.jsonschema2pojo") public class HTTPGetAction extends Object
| Constructor and Description |
|---|
HTTPGetAction()
No args constructor for use in serialization
|
HTTPGetAction(String host,
String path,
IntOrString port,
String scheme) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
String |
getPath() |
IntOrString |
getPort() |
String |
getScheme() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(IntOrString port) |
void |
setScheme(String scheme) |
public HTTPGetAction()
public HTTPGetAction(String host, String path, IntOrString port, String scheme)
path - scheme - port - host - public String getHost()
public void setHost(String host)
host - The hostpublic String getPath()
public void setPath(String path)
path - The pathpublic IntOrString getPort()
public void setPort(IntOrString port)
port - The portpublic String getScheme()
public void setScheme(String scheme)
scheme - The schemeCopyright © 2011–2016 Red Hat. All rights reserved.