public class HTTPRedirectFluentImpl<A extends HTTPRedirectFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPRedirectFluent<A>
| Constructor and Description |
|---|
HTTPRedirectFluentImpl() |
HTTPRedirectFluentImpl(HTTPRedirect instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthority() |
String |
getUri() |
Boolean |
hasAuthority() |
Boolean |
hasUri() |
A |
withAuthority(String authority) |
A |
withUri(String uri) |
public HTTPRedirectFluentImpl()
public HTTPRedirectFluentImpl(HTTPRedirect instance)
public String getAuthority()
getAuthority in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>public A withAuthority(String authority)
withAuthority in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>public Boolean hasAuthority()
hasAuthority in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>public String getUri()
getUri in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>public A withUri(String uri)
withUri in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>public Boolean hasUri()
hasUri in interface HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.