public class HTTPRedirectFluent<A extends HTTPRedirectFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPRedirectFluent.HTTPRedirectDerivePortNested<N> |
class |
HTTPRedirectFluent.HTTPRedirectPortNested<N> |
| Constructor and Description |
|---|
HTTPRedirectFluent() |
HTTPRedirectFluent(HTTPRedirect instance) |
public HTTPRedirectFluent()
public HTTPRedirectFluent(HTTPRedirect instance)
protected void copyInstance(HTTPRedirect instance)
public IsHTTPRedirectRedirectPort buildRedirectPort()
public A withRedirectPort(IsHTTPRedirectRedirectPort redirectPort)
public boolean hasRedirectPort()
public HTTPRedirectFluent.HTTPRedirectPortNested<A> withNewHTTPRedirectPort()
public HTTPRedirectFluent.HTTPRedirectPortNested<A> withNewHTTPRedirectPortLike(HTTPRedirectPort item)
public HTTPRedirectFluent.HTTPRedirectDerivePortNested<A> withNewHTTPRedirectDerivePort()
public HTTPRedirectFluent.HTTPRedirectDerivePortNested<A> withNewHTTPRedirectDerivePortLike(HTTPRedirectDerivePort item)
public String getAuthority()
public boolean hasAuthority()
public Integer getRedirectCode()
public boolean hasRedirectCode()
public String getScheme()
public boolean hasScheme()
public String getUri()
public boolean hasUri()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRedirectFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRedirectFluent<A>>protected static <T> io.fabric8.kubernetes.api.builder.VisitableBuilder<T,?> builder(Object item)
Copyright © 2015–2023 Red Hat. All rights reserved.