@Generated(value="org.jsonschema2pojo") public class RouteSpec extends Object
| Constructor and Description |
|---|
RouteSpec()
No args constructor for use in serialization
|
RouteSpec(String host,
String path,
RoutePort port,
TLSConfig tls,
ObjectReference to) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
String |
getPath() |
RoutePort |
getPort() |
TLSConfig |
getTls() |
ObjectReference |
getTo() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(RoutePort port) |
void |
setTls(TLSConfig tls) |
void |
setTo(ObjectReference to) |
public RouteSpec()
public RouteSpec(String host, String path, RoutePort port, TLSConfig tls, ObjectReference to)
path - port - host - tls - to - public String getHost()
public void setHost(String host)
host - The hostpublic String getPath()
public void setPath(String path)
path - The pathpublic RoutePort getPort()
public void setPort(RoutePort port)
port - The portpublic TLSConfig getTls()
public void setTls(TLSConfig tls)
tls - The tlspublic ObjectReference getTo()
public void setTo(ObjectReference to)
to - The toCopyright © 2011–2016 Red Hat. All rights reserved.