@Generated(value="org.jsonschema2pojo") public class RouteIngress extends Object
| Constructor and Description |
|---|
RouteIngress()
No args constructor for use in serialization
|
RouteIngress(List<RouteIngressCondition> conditions,
String host,
String routerName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<RouteIngressCondition> |
getConditions()
the conditions that apply to this router
|
String |
getHost()
the host name this route is exposed to by the specified router
|
String |
getRouterName()
the name of the router exposing this route
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<RouteIngressCondition> conditions)
the conditions that apply to this router
|
void |
setHost(String host)
the host name this route is exposed to by the specified router
|
void |
setRouterName(String routerName)
the name of the router exposing this route
|
public RouteIngress()
public RouteIngress(List<RouteIngressCondition> conditions, String host, String routerName)
routerName - host - conditions - public List<RouteIngressCondition> getConditions()
public void setConditions(List<RouteIngressCondition> conditions)
conditions - The conditionspublic String getHost()
public void setHost(String host)
host - The hostpublic String getRouterName()
public void setRouterName(String routerName)
routerName - The routerNameCopyright © 2011–2016 Red Hat. All rights reserved.