public class RouteSpecFluentImpl<A extends RouteSpecFluent<A>> extends BaseFluent<A> implements RouteSpecFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
RouteSpecFluentImpl.PortNestedImpl<N> |
class |
RouteSpecFluentImpl.TlsNestedImpl<N> |
class |
RouteSpecFluentImpl.ToNestedImpl<N> |
RouteSpecFluent.PortNested<N>, RouteSpecFluent.TlsNested<N>, RouteSpecFluent.ToNested<N>
_visitables
Constructor and Description |
---|
RouteSpecFluentImpl() |
RouteSpecFluentImpl(RouteSpec instance) |
Modifier and Type | Method and Description |
---|---|
RouteSpecFluent.PortNested<A> |
editPort() |
RouteSpecFluent.TlsNested<A> |
editTls() |
RouteSpecFluent.ToNested<A> |
editTo() |
boolean |
equals(Object o) |
String |
getHost() |
String |
getPath() |
RoutePort |
getPort() |
TLSConfig |
getTls() |
ObjectReference |
getTo() |
A |
withHost(String host) |
RouteSpecFluent.PortNested<A> |
withNewPort() |
RouteSpecFluent.PortNested<A> |
withNewPortLike(RoutePort item) |
RouteSpecFluent.TlsNested<A> |
withNewTls() |
RouteSpecFluent.TlsNested<A> |
withNewTlsLike(TLSConfig item) |
RouteSpecFluent.ToNested<A> |
withNewTo() |
RouteSpecFluent.ToNested<A> |
withNewToLike(ObjectReference item) |
A |
withPath(String path) |
A |
withPort(RoutePort port) |
A |
withTls(TLSConfig tls) |
A |
withTo(ObjectReference to) |
public RouteSpecFluentImpl()
public RouteSpecFluentImpl(RouteSpec instance)
public String getHost()
getHost
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public A withHost(String host)
withHost
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public String getPath()
getPath
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public A withPath(String path)
withPath
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RoutePort getPort()
getPort
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public A withPort(RoutePort port)
withPort
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.PortNested<A> withNewPort()
withNewPort
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.PortNested<A> withNewPortLike(RoutePort item)
withNewPortLike
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.PortNested<A> editPort()
editPort
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public TLSConfig getTls()
getTls
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public A withTls(TLSConfig tls)
withTls
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.TlsNested<A> withNewTls()
withNewTls
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.TlsNested<A> withNewTlsLike(TLSConfig item)
withNewTlsLike
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.TlsNested<A> editTls()
editTls
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public ObjectReference getTo()
getTo
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public A withTo(ObjectReference to)
withTo
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.ToNested<A> withNewTo()
withNewTo
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.ToNested<A> withNewToLike(ObjectReference item)
withNewToLike
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
public RouteSpecFluent.ToNested<A> editTo()
editTo
in interface RouteSpecFluent<A extends RouteSpecFluent<A>>
Copyright © 2011–2016 Red Hat. All rights reserved.