@Generated(value="org.jsonschema2pojo") public class HTTPGetAction extends Object
Constructor and Description |
---|
HTTPGetAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
String |
getPath() |
IntOrString |
getPort() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(IntOrString port) |
String |
toString() |
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 portCopyright © 2011–2015 Red Hat. All rights reserved.